From 793fde8ab2c3f6d33fbc8ce534d9c33c36d06020 Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:59:22 +0800 Subject: [PATCH] Update --- functions/test_functions.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/functions/test_functions.sh b/functions/test_functions.sh index d4799736d..a47a0a703 100644 --- a/functions/test_functions.sh +++ b/functions/test_functions.sh @@ -296,7 +296,7 @@ check_syntax() { # The 'test_' scripts are to test individual functions # within scripts. The input.txt file is to be processed by the called script. -# The out_.txt file is the expected raw file after processing +# The out_.txt file is the expected output after processing # by the called script. ### RETRIEVAL/VALIDATION TESTS @@ -401,7 +401,6 @@ test_invalid_removal() { if [[ "$script_to_test" == 'retrieve' ]]; then local input=data/pending/domains_scamadviser.com.tmp fi - { printf "invalid-test-com\n" printf "100.100.100.100\n" @@ -413,7 +412,6 @@ test_invalid_removal() { # EXPECTED OUTPUT printf "invalid-test.xn--903fds\n" >> out_raw.txt - { printf "invalid,invalid-test-com\n" printf "invalid,100.100.100.100\n"