Move sed over to the generic llist_t for append. Saves about 90 bytes.
[oweals/busybox.git] / 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