From 07034952dfe0b58292129a445a8c6ffe5262d772 Mon Sep 17 00:00:00 2001 From: senhuang42 Date: Fri, 18 Sep 2020 13:01:45 -0400 Subject: [PATCH] Add -f to .zstd decompression CLI test --- tests/playTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " -- 2.47.2