singe/thirdparty/zstd/tests/cli-tests/compression/long-distance-matcher.sh
2023-11-14 22:16:48 -06:00

7 lines
115 B
Bash
Executable file

#!/bin/sh
set -e
# Test --long
zstd -f file --long ; zstd -t file.zst
zstd -f file --long=20; zstd -t file.zst