blob: 1aa4525fb7d073271e52bceb11fa51d0938da148 [file] [log] [blame]
#!/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