aboutsummaryrefslogtreecommitdiff
path: root/testsuite/cp/cp-preserves-links
blob: d3223b132bc5f2c949e1f254d92e9b6ce6efa03b (plain)
1
2
3
4
5
touch foo
ln -s foo bar
busybox cp -d bar baz
test -L baz
test `readlink baz` = "foo"