Lines Matching full:d1
13 assertMakeDir("d1", 0755); in DEFINE_TEST()
15 assertMakeFile("d1/file1", 0644, "d1/file1"); in DEFINE_TEST()
16 assertMakeFile("d1/file2", 0644, "d1/file2"); in DEFINE_TEST()
25 assertEqualInt(0, systemf("%s -cf archive.tar -C ../d1 file1 -C ../d2 file2", testprog)); in DEFINE_TEST()
28 assertFileContents("d1/file1", 8, "file1"); in DEFINE_TEST()
40 assertEqualInt(0, systemf("%s -cf archive.tar -C .. -C d1 file1 -C .. -C d2 file2", testprog)); in DEFINE_TEST()
43 assertFileContents("d1/file1", 8, "file1"); in DEFINE_TEST()
71 systemf("%s -cf archive.tar -C %s/d1 file1", in DEFINE_TEST()
75 assertFileContents("d1/file1", 8, "file1"); in DEFINE_TEST()
86 systemf("%s -cf archive.tar -C XXX -C %s/d1 file1", in DEFINE_TEST()
90 assertFileContents("d1/file1", 8, "file1"); in DEFINE_TEST()
100 r = systemf("%s -cf archive.tar -C XXX -C ../d1 file1 2>write.err", in DEFINE_TEST()
115 r = systemf("%s -cf archive.tar ../d1/file1 -C 2>write.err", testprog); in DEFINE_TEST()
125 r = systemf("%s -cf archive.tar ../d1/file1 -C \"\" 2>write.err", in DEFINE_TEST()