First Commit
This commit is contained in:
11
externals/zstd/tests/cli-tests/compression/verbose-wlog.sh
vendored
Normal file
11
externals/zstd/tests/cli-tests/compression/verbose-wlog.sh
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
. "$COMMON/platform.sh"
|
||||
|
||||
zstd < file -vv -19 -o file.19.zst
|
||||
zstd -vv -l file.19.zst
|
||||
|
||||
zstd < file -vv -19 --long -o file.19.long.zst
|
||||
zstd -vv -l file.19.long.zst
|
||||
Reference in New Issue
Block a user