Sign in
coral
/
busybox
/
6334390aef2eb52cc827a6d18f942b2b8a04ef59
/
.
/
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
;