Initial public busybox upstream commit
[busybox4maemo] / testsuite / mv / mv-moves-unreadable-files
1 touch foo
2 chmod a-r foo
3 busybox mv foo bar
4 test ! -e foo
5 test -f bar