From 9f37d1fede5a3be4b16c10194306b1baa8a084f4 Mon Sep 17 00:00:00 2001 From: brailovich <91924341+brailovich@users.noreply.github.com> Date: Thu, 27 Jan 2022 08:22:05 -0800 Subject: [PATCH] Update playTests.sh combination of -r with empty folder simplified to comply with sh compatibility tests --- tests/playTests.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tests/playTests.sh b/tests/playTests.sh index ba2874034..e0d802f6e 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -392,14 +392,7 @@ zstd -c -r < tmp > tmp.zst # combination of -r with empty folder mkdir -p tmpEmptyDir -zstd -r tmpEmptyDir 2>tmplog2 -if [ grep "aborting" tmplog2 ]; then - println "Should not abort on empty directory" - rm -rf tmplog2 - rm -rf tmpEmptyDir - die -fi -rm -rf tmplog2 +zstd -r tmpEmptyDir rm -rf tmpEmptyDir -- 2.47.2