1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-08 17:22:10 +03:00

Remove folder when done with test

This commit is contained in:
senhuang42
2021-06-30 13:09:00 -04:00
parent dd4f6aa9e6
commit f5f6cc2e48

View File

@@ -325,6 +325,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"