Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f1d06462e872270f38c497e36f8cd018ee7415bf
/
.
/
testsuite
/
ln
/
ln-creates-soft-links
blob: e875e4c8a836abb7400d1039de870706da8d3f07 [
file
] [
log
] [
blame
]
Eric Andersen
650fe63
2004-04-06 11:10:30 +0000
[
diff
] [
blame
]
1
echo file number one
>
file1
2
busybox ln
-
s file1 link1
3
test
-
L link1
4
test xfile1
=
x
`readlink link1`