Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
85158b600d161bea3fc9d62df8e4ecf4d642fbf0
/
.
/
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
;