minimal-linux-script/busybox-1.33.0/testsuite/cp/cp-RHL-does_not_preserve-links
2023-11-16 23:19:36 -05:00

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