summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/testsuite/cp/cp-does-not-copy-unreadable-file
blob: 68c57672797153b7545c2f469a6a2f9d60f4d001 (plain)
1
2
3
4
touch foo
chmod a-r foo
busybox cp foo bar
test ! -f bar