Lines Matching refs:hlink
12 testing "create_hardlink" "ln file hlink && [ file -ef hlink ] &&
16 rm slink hlink
18 echo hlink1 > hlink
19 testing "force_create_hardlink" "ln -f file hlink &&
20 [ file -ef hlink ] && cat hlink 2>/dev/null" "file1\n" "" ""
25 rm slink hlink
27 echo hlink1 > hlink
29 testing "preserves_hardlinks" "ln file hlink 2>/dev/null || echo 'yes'" \
36 rm slink hlink
67 testing "create_hardlink_and_remove_sourcefile" "ln file hlink &&
68 [ file -ef hlink ] && rm file && [ -f hlink ] && echo 'yes'" \
70 rm -f file hlink