Lines Matching full:archive
18 /* Test1: archive it with .tar.Z suffix. */ in DEFINE_TEST()
22 /* Check that the archive file has a compress signature. */ in DEFINE_TEST()
25 failure("The archive should be compressed"); in DEFINE_TEST()
29 /* Test2: archive it with .taZ suffix. */ in DEFINE_TEST()
33 /* Check that the archive file has a compress signature. */ in DEFINE_TEST()
36 failure("The archive should be compressed"); in DEFINE_TEST()
40 /* Test3: archive it with .tar.Z.uu suffix. */ in DEFINE_TEST()
44 /* Check that the archive file has a compress signature. */ in DEFINE_TEST()
47 failure("The archive should be uuencoded"); in DEFINE_TEST()
51 /* Test4: archive it with .zip suffix. */ in DEFINE_TEST()
55 /* Check that the archive file has a compress signature. */ in DEFINE_TEST()
58 failure("The archive should be zipped"); in DEFINE_TEST()
62 /* Test5: archive it with .tar.Z suffix and --uuencode option. */ in DEFINE_TEST()
67 /* Check that the archive file has a compress signature. */ in DEFINE_TEST()
70 failure("The archive should be compressed, ignoring --uuencode option"); in DEFINE_TEST()
74 /* Test6: archive it with .xxx suffix(unknown suffix) and in DEFINE_TEST()
80 /* Check that the archive file has a compress signature. */ in DEFINE_TEST()
83 failure("The archive should be uuencoded"); in DEFINE_TEST()
87 /* Test7: archive it with .tar.Z suffix using a long-name option. */ in DEFINE_TEST()
92 /* Check that the archive file has a compress signature. */ in DEFINE_TEST()
95 failure("The archive should be compressed"); in DEFINE_TEST()