First Commit
This commit is contained in:
9
externals/zstd/tests/cli-tests/compression/window-resize.sh
vendored
Normal file
9
externals/zstd/tests/cli-tests/compression/window-resize.sh
vendored
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user