Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Mar 28, 2024
1 parent 3c794e4 commit dd4f57b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -308,14 +308,14 @@ function test_parked {
printf "unparked,google.com,parked_domains_file\n" >> out_log.txt

# Test removal of parked domains
printf "301 Moved Permanently\n" >> "$parked_terms_file" # Sample parked term
printf "github\n" >> "$parked_terms_file" # Sample parked term
# Input
printf "apple.com\n" >> "$raw_file"
printf "namecheap.com\n" >> "$raw_file"
printf "github.com\n" >> "$raw_file"
# Expected output
printf "apple.com\n" >> out_raw.txt
printf "namecheap.com\n" >> out_parked.txt
printf "parked,namecheap.com,raw\n" >> out_log.txt
printf "github.com\n" >> out_parked.txt
printf "parked,github.com,raw\n" >> out_log.txt

# Test raw light file
cp "$raw_file" "$raw_light_file" # Input
Expand Down

0 comments on commit dd4f57b

Please sign in to comment.