Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 2, 2024
1 parent e829b3b commit a5ae599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/test_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ test_source_log() {
printf "source-log-test.com\n" >> data/pending/domains_petscams.com.tmp
# EXPECTED OUTPUT
printf "source-log-test.com\n" >> out_raw.txt
printf ",petscams.com,,1,1,0,0,0,0,0,,0,false,yes" >> out_source_log.txt
printf ",petscams.com,,1,1,0,0,0,0,0,,0,false,no" >> out_source_log.txt
}

# TEST: exclusion of specific sources from light version
Expand Down Expand Up @@ -651,7 +651,7 @@ on_exit() {
check_terms() {
while read -r term; do
if ! grep -qF "$term" "$1"; then
term_error=true
local term_error=true
break
fi
done < "$2"
Expand Down

0 comments on commit a5ae599

Please sign in to comment.