Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/test/
HDtest_patterns_3.tar.uu1 begin 644 test_patterns_3.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 DMakefile1 .include <src.opts.mk>
3 .include "${SRCTOP}/lib/libarchive/Makefile.inc"
13 CFLAGS+= -I${.OBJDIR}
14 CFLAGS+= -I${_LIBARCHIVEDIR}/tar
15 CFLAGS+= -I${_LIBARCHIVEDIR}/tar/test
18 CFLAGS.test_utils.c+= -Wno-cast-align
26 .PATH: ${_LIBARCHIVEDIR}/tar/test
28 test_0.c \
29 test_basic.c \
30 test_copy.c \
[all …]