busybox/testsuite/mv/mv-moves-file
2001-10-30 23:11:20 +00:00

3 lines
53 B
Text

touch foo
busybox mv foo bar
test ! -f foo -a -f bar