Lines Matching full:foo

16 	assertMakeFile("in/d1/foo", 0644, "foo");
26 systemf("%s -cf - -s /foo/bar/ in/d1/foo > NUL 2> check.err",
39 systemf("%s -cf test1_1.tar -s /foo/bar/ in/d1/foo", testprog);
41 assertFileContents("foo", 3, "test1/in/d1/bar");
42 systemf("%s -cf test1_2.tar -s /d1/d2/ in/d1/foo", testprog);
44 assertFileContents("foo", 3, "test1/in/d2/foo");
50 systemf("%s -cf test2.tar in/d1/foo", testprog);
51 systemf("%s -xf test2.tar -s /foo/bar/ -C test2", testprog);
52 assertFileContents("foo", 3, "test2/in/d1/bar");
57 systemf("%s -cf test3.tar -s ,in/d1/foo,, in/d1/foo", testprog);
65 systemf("%s -cf test4.tar in/d1/foo in/d1/bar",
67 systemf("%s -xf test4.tar -s /foo/bar/ -s }bar}baz} -C test4",
69 assertFileContents("foo", 3, "test4/in/d1/bar");
76 systemf("%s -cf test4b.tar in/d1/foo in/d1/bar",
80 assertFileContents("foo", 3, "test4b/in/d1/faz");
87 systemf("%s -cf test5.tar in/d1/foo in/d1/bar", testprog);
88 systemf("%s -xf test5.tar -s /foo/bar/ -s }bar}foo} -C test5", testprog);
89 assertFileContents("foo", 3, "test5/in/d1/bar");
90 assertFileContents("bar", 3, "test5/in/d1/foo");
180 systemf("%s -cf - in/d1 | %s -xf - -s /realfile/foo/S -s /foo/realfile/ -C test10a",
182 assertFileContents("realfile", 8, "test10a/in/d1/foo");
183 assertFileContents("foo", 3, "test10a/in/d1/realfile");
184 assertFileContents("foo", 3, "test10a/in/d1/symlink");
188 systemf("%s -cf - -s /realfile/foo/S -s /foo/realfile/ in/d1 | %s -xf - -C test10b",
190 assertFileContents("realfile", 8, "test10b/in/d1/foo");
191 assertFileContents("foo", 3, "test10b/in/d1/realfile");
192 assertFileContents("foo", 3, "test10b/in/d1/symlink");
202 systemf("%s -cf - in/d1 | %s -xf - -s /realfile/foo/sR -C test11a",
204 assertFileContents("foo", 3, "test11a/in/d1/foo");
206 assertFileContents("foo", 3, "test11a/in/d1/symlink");
207 assertIsSymlink("test11a/in/d1/symlink", "foo", 0);
210 systemf("%s -cf - -s /realfile/foo/R in/d1 | %s -xf - -C test11b",
212 assertFileContents("foo", 3, "test11b/in/d1/foo");
214 assertFileContents("foo", 3, "test11b/in/d1/symlink");
215 assertIsSymlink("test11b/in/d1/symlink", "foo", 0);
225 systemf("%s -xf test_option_s.tar.Z -s /hardlink1/foo/H -s /foo/hardlink1/ %s -C test12a",
227 assertFileContents("foo", 3, "test12a/in/d1/hardlink1");
228 assertFileContents("hardlinkedfile", 14, "test12a/in/d1/foo");
229 assertFileContents("foo", 3, "test12a/in/d1/hardlink2");
244 systemf("%s -xf test_option_s.tar.Z -s /hardlink1/foo/Rh -s /foo/hardlink1/Rh %s -C test13a",
246 assertFileContents("foo", 3, "test13a/in/d1/foo");
248 assertFileContents("foo", 3, "test13a/in/d1/hardlink2");
249 assertIsHardlink("test13a/in/d1/foo", "test13a/in/d1/hardlink2");
257 systemf("%s -cf test14.tar in/d1/foo in/d1/bar",
261 assertFileContents("foo", 3, "test14/in/d1/fzz");
264 systemf("%s -cf test14.tar in/d1/foo in/d1/bar",
268 assertFileContents("foo", 3, "test14/in/d1/fzo");