diff --git a/tests/playTests.sh b/tests/playTests.sh index f57f61f3d..3aa90f692 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -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"