Home
last modified time | relevance | path

Searched +full:test_patterns_4 +full:. +full:tar (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libarchive/tar/test/
HDtest_patterns_4.tar.uu1 begin 644 test_patterns_4.tar
H A Dtest_patterns.c6 * All rights reserved.
8 #include "test.h"
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()
25 * Test basic command-line pattern handling. in DEFINE_TEST()
30 * didn't produce an error. in DEFINE_TEST()
37 r = systemf("%s cfv tar1.tgz foo > tar1a.out 2> tar1a.err", testprog); in DEFINE_TEST()
39 r = systemf("%s xv --no-same-owner -f tar1.tgz foo bar > tar1b.out 2> tar1b.err", testprog); 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()
[all …]
/freebsd/usr.bin/tar/tests/
H A DMakefile11 CFLAGS+= -DPLATFORM_CONFIG_H=\"${SRCTOP}/lib/libarchive/config_freebsd.h\"
12 CFLAGS+= -I${SRCTOP}/lib/libarchive -I${.OBJDIR}
14 CFLAGS+= -I${_LIBARCHIVEDIR}/tar -I${_LIBARCHIVEDIR}/tar/test
17 CFLAGS.test_utils.c+= -Wno-cast-align
25 .PATH: ${_LIBARCHIVEDIR}/tar/test
27 test_0.c \
28 test_basic.c \
29 test_copy.c \
30 test_empty_mtree.c \
31 test_extract_tar_bz2.c \
[all …]