summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/testsuite/cp/cp-preserves-links
blob: 301dc5fd83ee90185bcf0036cc3650b27657b2b2 (plain)
1
2
3
4
5
touch foo
ln -s foo bar
busybox cp -d bar baz
test -L baz
test xfoo = x`readlink baz`