From: senhuang42 Date: Fri, 18 Sep 2020 17:01:45 +0000 (-0400) Subject: Add -f to .zstd decompression CLI test X-Git-Tag: v1.4.7~71^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07034952dfe0b58292129a445a8c6ffe5262d772;p=thirdparty%2Fzstd.git Add -f to .zstd decompression CLI test --- 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 "