cp: fix "cp -RL" to create regular files even if src is a symlink
[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