]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Remove folder when done with test 2720/head
authorsenhuang42 <senhuang96@fb.com>
Wed, 30 Jun 2021 17:09:00 +0000 (13:09 -0400)
committersenhuang42 <senhuang96@fb.com>
Wed, 30 Jun 2021 17:09:00 +0000 (13:09 -0400)
tests/playTests.sh

index f57f61f3d9cfa8518501771714049ff0ed1bb690..3aa90f6924a6af65dd668757977acb871095f7e5 100755 (executable)
@@ -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"