xref: /aosp_15_r20/external/zstd/tests/cli-tests/compression/verbose-wlog.sh (revision 01826a4963a0d8a59bc3812d29bdf0fb76416722)
1#!/bin/sh
2
3set -e
4
5. "$COMMON/platform.sh"
6
7zstd < file -vv -19 -o file.19.zst
8zstd -vv -l file.19.zst
9
10zstd < file -vv -19 --long -o file.19.long.zst
11zstd -vv -l file.19.long.zst
12