index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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"