Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / busybox / testsuite / cp / cp-copies-large-file
blobc2225c6d811866803073a14c5bc0d709b3a7f4b0
1 dd if=/dev/zero of=foo seek=10k count=1 2>/dev/null
2 busybox cp foo bar
3 cmp foo bar