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