zstd/tests/cli-tests/compression
Dirk Müller 3f4f8b04ed
Keep original file if -c or --stdout is given
Set removeSrcFile back to false when -c or --stdout is used to improve
compatibility with gzip(1) behavior.

gzip(1) is removing the original file on compression unless --stdout or
/-c is used. zstd is defaulting to keep the file unless --rm is used or
when it is called via a gzip symlink, in which it is removing by
default. Specifying -c/--stdout turns this behavior off.
2022-03-09 23:38:59 +01:00
..
adapt.sh [test] Add new CLI testing platform 2022-01-27 13:56:59 -08:00
basic.sh Keep original file if -c or --stdout is given 2022-03-09 23:38:59 +01:00
compress-literals.sh [test] Add new CLI testing platform 2022-01-27 13:56:59 -08:00
format.sh [CI] Hook cli-tests up to CI 2022-01-27 13:56:59 -08:00
gzip-compat.sh Implement more gzip compatibility (#3037) 2022-02-09 23:09:18 +01:00
levels.sh [CI] Hook cli-tests up to CI 2022-01-27 13:56:59 -08:00
levels.sh.stderr.exact [CI] Hook cli-tests up to CI 2022-01-27 13:56:59 -08:00
long-distance-matcher.sh [test] Add new CLI testing platform 2022-01-27 13:56:59 -08:00
multi-threaded.sh [test] Add new CLI testing platform 2022-01-27 13:56:59 -08:00
row-match-finder.sh [test] Add new CLI testing platform 2022-01-27 13:56:59 -08:00
setup [test] Add new CLI testing platform 2022-01-27 13:56:59 -08:00
stream-size.sh [test] Add new CLI testing platform 2022-01-27 13:56:59 -08:00