busybox/testsuite/cp/cp-RHL-does_not_preserve-links

7 lines
100 B
Plaintext

mkdir a
>a/file
ln -s file a/link
busybox cp -RHL a b
test ! -L b/link
#sh </dev/tty >/dev/tty 2>&1