blob: ce11bfab033dcfde5555d48f984740392d5cce27 [file] [log] [blame]
touch foo
chmod a-r foo
set +e
busybox cp foo bar
set -e
test ! -f bar