Home
last modified time | relevance | path

Searched +full:test_patterns_2 +full:. +full:tar (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/libarchive/tar/test/
H A Dtest_patterns_2.tar.uu1 begin 644 test_patterns_2.tar
H A Dtest.h3 * All rights reserved.
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
28 /* Every test program should #include "test.h" as the first thing. */
30 #define KNOWNREF "test_patterns_2.tar.uu"
31 #define ENVBASE "BSDTAR" /* Prefix for environment variables. */
32 #define PROGRAM "bsdtar" /* Name of program being tested. */
33 #define PROGRAM_ALIAS "tar" /* Generic alias for program */
34 #undef LIBRARY /* Not testing a library. */
37 /* How to generate extra version info. */
[all …]
H A Dtest_patterns.c33 const char *reffile2 = "test_patterns_2.tar"; in DEFINE_TEST()
34 const char *reffile3 = "test_patterns_3.tar"; in DEFINE_TEST()
35 const char *reffile4 = "test_patterns_4.tar"; in DEFINE_TEST()
59 …failure("tar should return non-zero because a file was given on the command line that's not in the… in DEFINE_TEST()
125 char file_d[] = "tmp/../../fileXX"; in DEFINE_TEST()
161 * D:../file05 in DEFINE_TEST()
162 * c:../../file06 in DEFINE_TEST()
163 * //?/UNC/../file17 in DEFINE_TEST()
165 * z:..\file25 in DEFINE_TEST()
166 * c:..\..\file26 in DEFINE_TEST()
[all …]
/freebsd-13.1/usr.bin/tar/tests/
H A DMakefile111 ${PACKAGE}FILES+= test_extract.tar.Z.uu
112 ${PACKAGE}FILES+= test_extract.tar.bz2.uu
113 ${PACKAGE}FILES+= test_extract.tar.grz.uu
114 ${PACKAGE}FILES+= test_extract.tar.gz.uu
115 ${PACKAGE}FILES+= test_extract.tar.lrz.uu
116 ${PACKAGE}FILES+= test_extract.tar.lz.uu
117 ${PACKAGE}FILES+= test_extract.tar.lz4.uu
119 ${PACKAGE}FILES+= test_extract.tar.lzo.uu
120 ${PACKAGE}FILES+= test_extract.tar.xz.uu
125 ${PACKAGE}FILES+= test_option_s.tar.Z.uu
[all …]