summaryrefslogtreecommitdiff
path: root/test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index e60aaa0..dda32aa 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -6,7 +6,7 @@ cd "$(dirname "$0")"
./compile.sh
-for file in $(find .. -type f -size -65000c); do
+for file in $(find .. -type f -size -32760c); do
if ! ./deflate $file | ./inflate > tmp; then
echo "inflate error at $file"
./deflate $file | ./inflate > tmp