First Commit
This commit is contained in:
7
externals/zstd/tests/cli-tests/compression/long-distance-matcher.sh
vendored
Normal file
7
externals/zstd/tests/cli-tests/compression/long-distance-matcher.sh
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
# Test --long
|
||||
zstd -f file --long ; zstd -t file.zst
|
||||
zstd -f file --long=20; zstd -t file.zst
|
||||
Reference in New Issue
Block a user