Initial public busybox upstream commit
[busybox4maemo] / testsuite / cp / cp-does-not-copy-unreadable-file
1 touch foo
2 chmod a-r foo
3 set +e
4 busybox cp foo bar
5 set -e
6 test ! -f bar