mv-moves-unreadable-files 69 B

12345
  1. touch foo
  2. chmod a-r foo
  3. busybox mv foo bar
  4. test ! -e foo
  5. test -f bar