Lines Matching full:l1
17 assertMakeHardlink("l1", "d1/d2/f1");
29 assertEqualInt(0, systemf("%s -cf test.tar d0/l1 d0/s1 d0/d1",
32 assertEqualInt(0, systemf("%s -cf test.tar d0/l1 d0/d1",
58 * This next is a complicated case. d0/l1, d0/d1/l2, and
59 * d0/d1/d2/f1 are all hardlinks to the same file; d0/l1 can't
64 * which these three names get archived. If d0/l1 is first,
68 * lists d0/l1 before d0/d1.
78 failure("d0/l1 is too short and should not get restored");
79 assertFileNotExists("target/l1");
90 "d0/l1 d0/s1 d0/d1", testprog));
93 "d0/l1 d0/d1", testprog));
115 failure("d0/l1 is too short and should not have been archived");
116 assertFileNotExists("target/l1");