1
0
mirror of https://github.com/sheumann/hush.git synced 2025-01-15 03:33:06 +00:00
hush/testsuite/cp/cp-does-not-copy-unreadable-file

5 lines
57 B
Plaintext

touch foo
chmod a-r foo
busybox cp foo bar
test ! -f bar