bash to shell conversion

This commit is contained in:
Bimba Shrestha 2020-04-21 20:31:11 -07:00
parent 659ff85cf5
commit dba02245bf

View File

@ -1280,8 +1280,7 @@ println "\n===> patch-from long mode trigger larger file test"
datagen -g5000000 > tmp_dict
datagen -g5000000 > tmp_patch
zstd -15 --patch-from=tmp_dict tmp_patch &> tmp_out
grep "long mode automaticaly triggered" tmp_out
zstd -15 --patch-from=tmp_dict tmp_patch 2>&1 | grep "long mode automaticaly triggered"
rm -rf tmp*
println "\n===> large files tests "