- use proper macros to print intmax_t.
[oweals/busybox.git] / 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