1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-06 15:45:37 +02:00
Files
zstd/tests/cli-tests/compression/window-resize.sh
Danielle Rozenblit 7da1c6ddbf fix cli-tests issues
2023-02-14 11:33:26 -08:00

10 lines
244 B
Bash
Executable File

#!/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