Lines Matching full:lnk
49 ln -s a a.lnk
50 ln -s b b.lnk
51 ln -s a a2.lnk
53 ln -s adup adup.lnk
54 atf_check -s exit:0 cmp a a.lnk
55 atf_check -s exit:0 cmp a.lnk a
56 atf_check -s not-exit:0 -o ignore cmp a b.lnk
57 atf_check -s not-exit:0 -o ignore cmp b.lnk a
58 atf_check -s not-exit:0 -o ignore -e ignore cmp -h a a.lnk
59 atf_check -s not-exit:0 -o ignore -e ignore cmp -h a.lnk a
60 atf_check -s exit:0 cmp -h a.lnk a2.lnk
61 atf_check -s not-exit:0 -o ignore -e ignore cmp -h a.lnk adup.lnk