1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-30 22:23:13 +03:00

Add CLI Test

This commit is contained in:
W. Felix Handte
2023-03-09 12:48:11 -05:00
parent c4c3e11958
commit 957a0ae52d
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/bin/sh
# motivated by issue #3523
datagen > file
mkdir out
chmod 000 out
zstd file -q --trace-file-stat -o out/file.zst
zstd -tq out/file.zst
chmod 777 out