cp: fix "cp -RL" to create regular files even if src is a symlink
[oweals/busybox.git] / testsuite / cp / cp-preserves-source-file
1 touch foo
2 busybox cp foo bar
3 test -f foo