git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zstd-1.5.5 / tests / cli-tests / compression / window-resize.sh
CommitLineData
648db22b 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