Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
6f7b10cdabfe2b99d7839087f007ccf7a9083847
/
.
/
testsuite
/
ln
/
ln-preserves-hard-links
blob: 47fb989615450d752cac0b29271c1b03485b1b1e [
file
] [
log
] [
blame
]
Eric Andersen
650fe63
2004-04-06 11:10:30 +0000
[
diff
] [
blame
]
1
echo file number one
>
file1
2
echo file number two
>
link1
3
set
+
e
4
busybox ln file1 link1
5
if
[
$
?
!=
0
]
;
then
6
exit
0
;
7
fi
8
exit
1
;