Add -f to .zstd decompression CLI test

This commit is contained in:
senhuang42
2020-09-18 13:01:45 -04:00
parent 6b6cc80196
commit 07034952df
+1 -1
View File
@@ -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 "