Sign in
coral
/
busybox
/
8bc376bc12225a62c64269f9ce82d89860519ed7
/
.
/
testsuite
/
ln
/
ln-preserves-hard-links
blob: 47fb989615450d752cac0b29271c1b03485b1b1e [
file
] [
log
] [
blame
]
echo file number one
>
file1
echo file number two
>
link1
set
+
e
busybox ln file1 link1
if
[
$
?
!=
0
]
;
then
exit
0
;
fi
exit
1
;