source: drbl_ui/backup/test_busybox/busybox-1.7.2/testsuite/cp/cp-does-not-copy-unreadable-file @ 20

Last change on this file since 20 was 20, checked in by chris, 16 years ago
File size: 71 bytes
Line 
1touch foo
2chmod a-r foo
3set +e
4busybox cp foo bar
5set -e
6test ! -f bar
Note: See TracBrowser for help on using the repository browser.