Skip to content

Commit

Permalink
improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dorsradek committed Aug 19, 2024
1 parent 0b4af39 commit 09055b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ else
printf 'The file "%s" is different from "%s"\n' "$result" "$expected"
printf '\n'
echo $(diff $result $expected)
printf '\n'
printf '\n\n'
printf 'Expected:\n'
cat "$expected"
printf '\n'
printf '\n\n'
printf 'Result:\n'
cat "$result"

Expand Down

0 comments on commit 09055b4

Please sign in to comment.