summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/zstd/tests/cli-tests/compression/window-resize.sh
blob: e4fe811ce78b83ae812e15a531c29983a9af9196 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
datagen -g1G > file
zstd --long=30 -1 --single-thread --no-content-size -f file
zstd -l -v file.zst

# We want to ignore stderr (its outputting "*** zstd command line interface
# 64-bits v1.5.3, by Yann Collet ***")

rm file file.zst