xref: /netbsd-src/external/bsd/zstd/dist/tests/cli-tests/compression/window-resize.sh (revision 3117ece4fc4a4ca4489ba793710b60b0d26bab6c)
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