Update playTests.sh

This commit is contained in:
brailovich
2022-01-26 18:56:52 -08:00
committed by GitHub
parent 5e7523385b
commit 501a353b91
+1 -1
View File
@@ -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