1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-06 23:56:40 +02:00
Files
zstd/tests/cli-tests/compression/row-match-finder.sh

8 lines
119 B
Bash
Raw Normal View History

#!/bin/sh
set -e
# Test --[no-]row-match-finder
zstd file -7f --row-match-finder
zstd file -7f --no-row-match-finder