From: Shashank Tavildar Date: Mon, 28 Oct 2019 22:22:26 +0000 (-0700) Subject: Fixing tests and moving flag to advanced usage X-Git-Tag: v1.4.4~1^2~5^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e9a37daeb4a9ac0153ccf7cc144732fe5ee42bc;p=thirdparty%2Fzstd.git Fixing tests and moving flag to advanced usage --- diff --git a/programs/zstdcli.c b/programs/zstdcli.c index a5a3f30da..a704a1abd 100644 --- a/programs/zstdcli.c +++ b/programs/zstdcli.c @@ -118,7 +118,6 @@ static int usage(const char* programName) #endif DISPLAY( " -D file: use `file` as Dictionary \n"); DISPLAY( " -o file: result stored into `file` (only if 1 input file) \n"); - DISPLAY( "--exclude-compressed: only compress files that are not previously compressed \n"); DISPLAY( " -f : overwrite output without prompting and (de)compress links \n"); DISPLAY( "--rm : remove source file(s) after successful de/compression \n"); DISPLAY( " -k : preserve source file(s) (default) \n"); diff --git a/tests/playTests.sh b/tests/playTests.sh index 9294bf812..ca286071d 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -232,7 +232,6 @@ else println "Test is not successful" fi println "Test completed" -sleep 5 println "test : file removal" $ZSTD -f --rm tmp