From: Bimba Shrestha Date: Wed, 22 Apr 2020 03:31:11 +0000 (-0700) Subject: bash to shell conversion X-Git-Tag: v1.4.5^2~59^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dba02245bf41e078764e18683e4ff0f0883599e3;p=thirdparty%2Fzstd.git bash to shell conversion --- diff --git a/tests/playTests.sh b/tests/playTests.sh index 0276f58e1..3c91b958f 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -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 "