Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libarchive/tar/test/
H A Dtest.h5 * All rights reserved.
8 /* Every test program should #include "test.h" as the first thing. */
10 #define KNOWNREF "test_patterns_2.tar.uu"
11 #define ENVBASE "BSDTAR" /* Prefix for environment variables. */
12 #define PROGRAM "bsdtar" /* Name of program being tested. */
13 #define PROGRAM_ALIAS "tar" /* Generic alias for program */
14 #undef LIBRARY /* Not testing a library. */
17 /* How to generate extra version info. */
20 #include "test_common.h"
H A Dtest_patterns_2.tar.uu1 begin 644 test_patterns_2.tar
H A Dtest_patterns.c14 const char *reffile2 = "test_patterns_2.tar"; in DEFINE_TEST()
15 const char *reffile3 = "test_patterns_3.tar"; in DEFINE_TEST()
16 const char *reffile4 = "test_patterns_4.tar"; in DEFINE_TEST()
40 …failure("tar should return non-zero because a file was given on the command line that's not in the… in DEFINE_TEST()
106 char file_d[] = "tmp/../../fileXX"; in DEFINE_TEST()
142 * D:../file05 in DEFINE_TEST()
143 * c:../../file06 in DEFINE_TEST()
144 * //?/UNC/../file17 in DEFINE_TEST()
146 * z:..\file25 in DEFINE_TEST()
147 * c:..\..\file26 in DEFINE_TEST()
[all …]
/freebsd-14.2/usr.bin/tar/tests/
H A DMakefile26 .PATH: ${_LIBARCHIVEDIR}/tar/test
111 ${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
120 ${PACKAGE}FILES+= test_extract.tar.xz.uu
125 ${PACKAGE}FILES+= test_option_s.tar.Z.uu
[all …]