Initial public busybox upstream commit
[busybox4maemo] / testsuite / mv / mv-moves-empty-file
1 touch foo
2 busybox mv foo bar
3 test ! -e foo
4 test -f bar