Home | History | Annotate | Download | only in tests

Lines Matching refs:hlink

15 testing "create_hardlink" "link file hlink && [ file -ef hlink ] &&
16 echo 'yes'; rm -rf hlink" "yes\n" "" ""
18 echo hlink1 > hlink
20 testing "preserves_hardlinks" "link file hlink 2>/dev/null || echo 'yes'; rm -rf hlink" \
24 testing "create_hardlink_and_remove_sourcefile" "link file hlink &&
25 [ file -ef hlink ] && rm -rf file && [ -f hlink ] && echo 'yes'; rm -f file hlink" \