From 850ba66139001f2caee0694efbc0e2e53bbbfc5f Mon Sep 17 00:00:00 2001 From: Shashank Tavildar Date: Mon, 28 Oct 2019 22:24:01 -0700 Subject: [PATCH] Minor fixes in test --- tests/playTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playTests.sh b/tests/playTests.sh index cb703227b..23931a4aa 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -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 -- 2.47.2