mv-moves-empty-file 55 B

1234
  1. touch foo
  2. busybox mv foo bar
  3. test ! -e foo
  4. test -f bar