Initial public busybox upstream commit
[busybox4maemo] / testsuite / cp / cp-copies-large-file
1 dd if=/dev/zero of=foo seek=10k count=1 2>/dev/null
2 busybox cp foo bar
3 cmp foo bar