Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f6107c7e885da0f952569252798b7fc6b4d46411
/
.
/
testsuite
/
ln
/
ln-preserves-soft-links
blob: a8123ece33adbe48f2d91a972b9c3fe941fddfd7 [
file
] [
log
] [
blame
]
echo file number one
>
file1
echo file number two
>
link1
set
+
e
busybox ln
-
s file1 link1
if
[
$
?
!=
0
]
;
then
exit
0
;
fi
exit
1
;