Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
c7ddefc0624173de6b74ee5b5b39cb2d354f5ae6
/
.
/
testsuite
/
cp
/
cp-preserves-links
blob: 301dc5fd83ee90185bcf0036cc3650b27657b2b2 [
file
] [
log
] [
blame
]
Matt Kraai
3889078
2001-10-30 23:11:20 +0000
[
diff
] [
blame
]
1
touch foo
2
ln
-
s foo bar
3
busybox cp
-
d bar baz
4
test
-
L baz
Eric Andersen
650fe63
2004-04-06 11:10:30 +0000
[
diff
] [
blame
]
5
test xfoo
=
x
`readlink baz`