From: Yann Collet Date: Mon, 30 Nov 2020 14:47:16 +0000 (-0800) Subject: fix lz4 test messed by console detection X-Git-Tag: v1.4.7~26^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b5d7e9ddbd6d85e7a32e28934055ecb1473aa39;p=thirdparty%2Fzstd.git fix lz4 test messed by console detection --- diff --git a/tests/playTests.sh b/tests/playTests.sh index b0a5ffc69..3f53b6a7a 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -1103,7 +1103,7 @@ if [ $LZ4MODE -eq 1 ]; then datagen > tmp zstd --format=lz4 -f tmp lz4 -t -v tmp.lz4 - lz4 -f tmp + lz4 -f -m tmp # ensure result is sent into tmp.lz4, not stdout zstd -d -f -v tmp.lz4 rm tmp* else