mv-moves-symlinks 81 B

123456
  1. touch foo
  2. ln -s foo bar
  3. busybox mv bar baz
  4. test -f foo
  5. test ! -e bar
  6. test -L baz