xref: /aosp_15_r20/external/zstd/tests/cli-tests/compression/long-distance-matcher.sh (revision 01826a4963a0d8a59bc3812d29bdf0fb76416722)
1#!/bin/sh
2
3set -e
4
5# Test --long
6zstd -f file --long   ; zstd -t file.zst
7zstd -f file --long=20; zstd -t file.zst
8