aboutsummaryrefslogtreecommitdiff
path: root/testsuite/cp/cp-RHL-does_not_preserve-links
blob: eed6c3ec5833914e10fd6c661286cfc22934eaf1 (plain)
1
2
3
4
5
6
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