First Commit
This commit is contained in:
12
externals/zstd/tests/cli-tests/file-stat/compress-file-to-dir-without-write-perm.sh
vendored
Normal file
12
externals/zstd/tests/cli-tests/file-stat/compress-file-to-dir-without-write-perm.sh
vendored
Normal 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
|
||||
Reference in New Issue
Block a user