Tomato 1.28
[tomato.git] / release / src / router / busybox / testsuite / mv / mv-moves-small-file
blob065c7f1e97fc1194972b413e2f05e33b9b5926a3
1 echo I WANT > foo
2 busybox mv foo bar
3 test ! -e foo
4 test -f bar