From 501a353b9154e6885031fe14e2ded5760c97f854 Mon Sep 17 00:00:00 2001 From: brailovich <91924341+brailovich@users.noreply.github.com> Date: Wed, 26 Jan 2022 18:56:52 -0800 Subject: [PATCH] Update playTests.sh --- tests/playTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playTests.sh b/tests/playTests.sh index 5a45247b3..ba2874034 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -393,7 +393,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 +if [ grep "aborting" tmplog2 ]; then println "Should not abort on empty directory" rm -rf tmplog2 rm -rf tmpEmptyDir