]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add -f to .zstd decompression CLI test 2315/head
authorsenhuang42 <senhuang96@fb.com>
Fri, 18 Sep 2020 17:01:45 +0000 (13:01 -0400)
committersenhuang42 <senhuang96@fb.com>
Fri, 18 Sep 2020 17:01:45 +0000 (13:01 -0400)
tests/playTests.sh

index 72a02918001588cf844d149acab2bd206e58abe9..25002009a083992eb2b972c2b0443e7547211445 100755 (executable)
@@ -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 "