diff options
Diffstat (limited to '3rdparty/zstd/tests/cli-tests/compression/row-match-finder.sh')
-rwxr-xr-x | 3rdparty/zstd/tests/cli-tests/compression/row-match-finder.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3rdparty/zstd/tests/cli-tests/compression/row-match-finder.sh b/3rdparty/zstd/tests/cli-tests/compression/row-match-finder.sh new file mode 100755 index 00000000000..5b36017a0ca --- /dev/null +++ b/3rdparty/zstd/tests/cli-tests/compression/row-match-finder.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +# Test --[no-]row-match-finder +zstd file -7f --row-match-finder +zstd file -7f --no-row-match-finder |