]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Minor fixes in test
authorShashank Tavildar <shtavi@fb.com>
Tue, 29 Oct 2019 05:24:01 +0000 (22:24 -0700)
committerShashank Tavildar <shtavi@fb.com>
Tue, 29 Oct 2019 05:24:01 +0000 (22:24 -0700)
tests/playTests.sh

index cb703227b24e524f6172fba45bc5938186841086..23931a4aa728ebdf152b2cd30366f71ef4e69a13 100755 (executable)
@@ -216,7 +216,7 @@ $ZSTD -b --fast=1 -i0e1 tmp --compress-literals
 $ZSTD -b --fast=1 -i0e1 tmp --no-compress-literals
 
 println "test: --exclude-compressed flag"
-mkdir precompressedFilterTestDir
+mkdir -p precompressedFilterTestDir
 ./datagen $size > precompressedFilterTestDir/input.5
 ./datagen $size > precompressedFilterTestDir/input.6
 $ZSTD --exclude-compressed --long --rm -r precompressedFilterTestDir