- use proper macros to print intmax_t.
[oweals/busybox.git] / testsuite / mv / mv-moves-large-file
1 dd if=/dev/zero of=foo seek=10k count=1 2>/dev/null
2 busybox mv foo bar
3 test ! -e foo
4 test -f bar