[test] get test working on OS X

This commit is contained in:
Timothy Stack 2019-09-09 21:47:41 -07:00
parent 03dc27f30a
commit 27587ee917
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ gzip -dc lb-double.gz | \
check_output "concatenated gzip files don't parse correctly"
> lb-3.gz
while test $(stat -c"%s" lb-3.gz) -le 5000000 ; do
while test $(wc -c < lb-3.gz) -le 5000000 ; do
cat lb-2.dat
done | gzip -c -1 > lb-3.gz
gzip -dc lb-3.gz > lb-3.dat