iw7-mod/deps/zstd/tests/cli-tests/compression/long-distance-matcher.sh

8 lines
115 B
Bash
Raw Permalink Normal View History

2024-08-13 05:15:34 -04:00
#!/bin/sh
set -e
# Test --long
zstd -f file --long ; zstd -t file.zst
zstd -f file --long=20; zstd -t file.zst