Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
ca087713f24d3e856c46829c005d3aa43a5dbdf1
/
.
/
testsuite
/
ln
/
ln-creates-hard-links
blob: 2f6e23f9a154a318065a842ede9f1c239108f4d2 [
file
] [
log
] [
blame
]
echo file number one
>
file1
busybox ln file1 link1
test
-
f file1
test
-
f link1