diff --git a/tests/playTests.sh b/tests/playTests.sh index 72a029180..25002009a 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -1130,7 +1130,7 @@ fi touch tmp1 zstd tmp1 -o tmp1.zstd -zstd -d tmp1.zstd # support .zstd suffix even though it's not the default suffix +zstd -d -f tmp1.zstd # support .zstd suffix even though it's not the default suffix println "\n===> tar extension tests "