Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Mar 28, 2024
1 parent 822a19a commit 376bd14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ function test_dead {

function test_parked {
# Placeholders needed as sample data (split does not work well without enough records)
not_parked_placeholder=$(head -n 25 "$toplist_file")
parked_placeholder=$(head -n 25 "$parked_domains_file")
not_parked_placeholder=$(head -n 50 "$toplist_file")
parked_placeholder=$(head -n 50 "$parked_domains_file")
printf "%s\n" "$not_parked_placeholder" > placeholders.txt
printf "%s\n" "$not_parked_placeholder" > "$raw_file"
printf "%s\n" "$parked_placeholder" >> placeholders.txt
Expand Down

0 comments on commit 376bd14

Please sign in to comment.