]> git.ipfire.org Git - thirdparty/zstd.git/commit
added tests for newly enabled syntax
authorYann Collet <cyan@fb.com>
Fri, 17 Jul 2020 20:31:15 +0000 (13:31 -0700)
committerYann Collet <cyan@fb.com>
Fri, 17 Jul 2020 20:31:15 +0000 (13:31 -0700)
commit23941eec049ca6c0f9e8b520a2e025e0005f39cf
treec86cb55221455c1d758482ac68a900adee3f35d8
parent7280c1dafab2fbf0ee35d9414cf5546d9f73e527
added tests for newly enabled syntax

for --patch-from origin
and --filelist list

Also : removed some constrained syntax tests,
as the new argument parsing syntax is more permissive.

For example :
    zstd file -of dest
used to be disallowed.

It's now allowed, and understood as:
    zstd file -o dest -f
programs/zstdcli.c
tests/playTests.sh