lsscsi: fix xchdir("..") from symlink in /sys/bus/scsi/devices
[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