mirror of
https://github.com/facebook/zstd.git
synced 2025-11-27 00:05:09 -05:00
Update playTests.sh
This commit is contained in:
parent
5e7523385b
commit
501a353b91
@ -393,7 +393,7 @@ zstd -c -r < tmp > tmp.zst
|
|||||||
# combination of -r with empty folder
|
# combination of -r with empty folder
|
||||||
mkdir -p tmpEmptyDir
|
mkdir -p tmpEmptyDir
|
||||||
zstd -r tmpEmptyDir 2>tmplog2
|
zstd -r tmpEmptyDir 2>tmplog2
|
||||||
if [grep "aborting" tmplog2]; then
|
if [ grep "aborting" tmplog2 ]; then
|
||||||
println "Should not abort on empty directory"
|
println "Should not abort on empty directory"
|
||||||
rm -rf tmplog2
|
rm -rf tmplog2
|
||||||
rm -rf tmpEmptyDir
|
rm -rf tmpEmptyDir
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user