]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fix playTests.sh typo 1118/head
authorNick Terrell <terrelln@fb.com>
Thu, 3 May 2018 20:03:08 +0000 (13:03 -0700)
committerNick Terrell <terrelln@fb.com>
Thu, 3 May 2018 20:03:08 +0000 (13:03 -0700)
Thanks to @mestia for reporting and finding the bug!
Fixes #1116.

tests/playTests.sh

index 32190daaa66f17f13ab48033dca04914744d7f32..395f23377048e9c9f0e2ab863abe55cf211873a1 100755 (executable)
@@ -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