1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-07 16:12:26 +02:00
Files
zstd/tests/cli-tests/compression/long-distance-matcher.sh

8 lines
115 B
Bash
Raw Normal View History

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