Sign in
coral
/
busybox
/
468c326d6a9035314add6d431301f3840629c976
/
.
/
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
;