busybox/testsuite/mv/mv-moves-file

4 lines
53 B
Plaintext
Raw Normal View History

2001-10-31 04:41:20 +05:30
touch foo
busybox mv foo bar
test ! -f foo -a -f bar