Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 2, 2024
1 parent 34eadd9 commit 793fde8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions functions/test_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ check_syntax() {

# The 'test_<function>' scripts are to test individual functions
# within scripts. The input.txt file is to be processed by the called script.
# The out_<name>.txt file is the expected raw file after processing
# The out_<name>.txt file is the expected output after processing
# by the called script.

### RETRIEVAL/VALIDATION TESTS
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 793fde8

Please sign in to comment.