busybox/testsuite/cp/cp-does-not-copy-unreadable...

7 lines
71 B
Plaintext

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