Kill off the old 'tests' stuff. Write a ton of new tests for the
[oweals/busybox.git] / testsuite / mv / mv-moves-empty-file
1 touch foo
2 busybox mv foo bar
3 test ! -e foo
4 test -f bar