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-a-preserves-links
blob: aae8313c667822a5dc768463ae53165c2ac07d93 (
plain
)
1
2
3
4
5
touch foo ln -s foo bar busybox cp -a bar baz test -L baz test `readlink baz` = "foo"