Searched +full:test_patterns_2 +full:. +full:tar (Results 1 – 4 of 4) sorted by relevance
5 * 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"
1 begin 644 test_patterns_2.tar
14 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 …]
26 .PATH: ${_LIBARCHIVEDIR}/tar/test111 ${PACKAGE}FILES+= test_extract.tar.Z.uu112 ${PACKAGE}FILES+= test_extract.tar.bz2.uu113 ${PACKAGE}FILES+= test_extract.tar.grz.uu114 ${PACKAGE}FILES+= test_extract.tar.gz.uu115 ${PACKAGE}FILES+= test_extract.tar.lrz.uu116 ${PACKAGE}FILES+= test_extract.tar.lz.uu117 ${PACKAGE}FILES+= test_extract.tar.lz4.uu120 ${PACKAGE}FILES+= test_extract.tar.xz.uu125 ${PACKAGE}FILES+= test_option_s.tar.Z.uu[all …]