Skip to content

Commit

Permalink
Drastically reduce byte check to spec
Browse files Browse the repository at this point in the history
We deviate from spec, so of course this fails now
  • Loading branch information
braheezy committed Apr 1, 2024
1 parent a0e8b88 commit 1e7c7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ compare() {
byteCheckLimit=500000
else
# Just check the first few bytes as a sanity check
byteCheckLimit=2000
byteCheckLimit=30
fi
if ! cmp -s -n $byteCheckLimit "$1" "$2"; then
# We're going to purposely fail across pipes
Expand Down

0 comments on commit 1e7c7c4

Please sign in to comment.