git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zstd-1.5.5 / tests / cli-tests / compression / window-resize.sh
diff --git a/deps/libchdr/deps/zstd-1.5.5/tests/cli-tests/compression/window-resize.sh b/deps/libchdr/deps/zstd-1.5.5/tests/cli-tests/compression/window-resize.sh
new file mode 100755 (executable)
index 0000000..e4fe811
--- /dev/null
@@ -0,0 +1,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