xref: /netbsd-src/external/bsd/zstd/dist/tests/cli-tests/compression/window-resize.sh (revision f8cf1a9151c7af1cb0bd8b09c13c66bca599c027)
1#!/bin/sh
2datagen -g1G > file
3zstd --long=30 -1 --single-thread --no-content-size -f file
4zstd -l -v file.zst
5
6# We want to ignore stderr (its outputting "*** zstd command line interface
7# 64-bits v1.5.3, by Yann Collet ***")
8
9rm file file.zst
10