Merge pull request #2720 from senhuang42/remove_folder

Remove folder when done with test
This commit is contained in:
sen 2021-06-30 14:37:21 -04:00 committed by GitHub
commit d90bc0e0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -329,6 +329,7 @@ zstd --long --rm -r precompressedFilterTestDir
# Files should get compressed again without the --exclude-compressed flag.
test -f precompressedFilterTestDir/input.5.zst.zst
test -f precompressedFilterTestDir/input.6.zst.zst
rm -rf precompressedFilterTestDir
println "Test completed"