From: senhuang42 Date: Wed, 30 Jun 2021 17:09:00 +0000 (-0400) Subject: Remove folder when done with test X-Git-Tag: v1.5.1~1^2~138^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5f6cc2e483a3af49a98a063d014b2e2e7e9606c;p=thirdparty%2Fzstd.git Remove folder when done with test --- 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"