xref: /netbsd-src/external/bsd/zstd/dist/tests/cli-tests/compression/row-match-finder.sh (revision 3117ece4fc4a4ca4489ba793710b60b0d26bab6c)
1#!/bin/sh
2
3set -e
4
5# Test --[no-]row-match-finder
6zstd file -7f --row-match-finder
7zstd file -7f --no-row-match-finder
8