summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/testsuite/mv/mv-moves-empty-file
blob: 48afca4d537eff331a1b50462c4f243630778045 (plain)
1
2
3
4
touch foo
busybox mv foo bar
test ! -e foo
test -f bar