From 263134ce66342b194472ffd593f3e4d7278b2f12 Mon Sep 17 00:00:00 2001 From: Nick Terrell Date: Thu, 3 May 2018 13:03:08 -0700 Subject: [PATCH] Fix playTests.sh typo Thanks to @mestia for reporting and finding the bug! Fixes #1116. --- tests/playTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2