aboutsummaryrefslogtreecommitdiff
path: root/testsuite/mv/mv-moves-large-file
blob: 77d088ff18c72438ed7deb819acf488b85730ea3 (plain)
1
2
3
4
dd if=/dev/zero of=foo seek=10k count=1 2>/dev/null
busybox mv foo bar
test ! -e foo
test -f bar