diff options
-rwxr-xr-x | test/test.sh | 2 | ||||
-rwxr-xr-x | test/test_ansi.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/test.sh b/test/test.sh index 787170d..45c3624 100755 --- a/test/test.sh +++ b/test/test.sh @@ -2,7 +2,7 @@ # wgetpaste test script # Exit code: number of mismatched downloads or 1 for general failure -# Copyright (C) 2021 xxc3nsoredxx +# Copyright (C) 2021-2022 Oskari Pirhonen <xxc3ncoredxx@gmail.com> # Don't assume the test is being run from the same directory as the script TEST_DIR="$(dirname "$0")" diff --git a/test/test_ansi.sh b/test/test_ansi.sh index 58b06b2..23b27a8 100755 --- a/test/test_ansi.sh +++ b/test/test_ansi.sh @@ -3,7 +3,7 @@ # wgetpaste test script (stripping ANSI codes) # Based on test/test.sh # Exit code: number of mismatched downloads or 1 for general failure -# Copyright (C) 2022 Oskari Pirhonen <xxc3ncoredxx@gmail.com> +# Copyright (C) 2022 Oskari Pirhonen <xxc3ncoredxx@gmail.com> # Don't assume the test is being run from the same directory as the script TEST_DIR="$(dirname "$0")" |