From: Nick Terrell Date: Thu, 3 May 2018 20:03:08 +0000 (-0700) Subject: Fix playTests.sh typo X-Git-Tag: v1.3.5~3^2~65^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1118%2Fhead;p=thirdparty%2Fzstd.git Fix playTests.sh typo Thanks to @mestia for reporting and finding the bug! Fixes #1116. --- diff --git a/tests/playTests.sh b/tests/playTests.sh index 32190daaa..395f23377 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -176,7 +176,7 @@ $ECHO hello > tmp $ZSTD tmp -f -o "$DEVDEVICE" 2>tmplog > "$INTOVOID" grep -v "Refusing to remove non-regular file" tmplog rm -f tmplog -$ZSTD tmp -f -o "$INTONULL" 2>&1 | grep -v "Refusing to remove non-regular file" +$ZSTD tmp -f -o "$INTOVOID" 2>&1 | grep -v "Refusing to remove non-regular file" $ECHO "test : --rm on stdin" $ECHO a | $ZSTD --rm > $INTOVOID # --rm should remain silent rm tmp