Home
last modified time | relevance | path

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

/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 …]
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_keep_newer_files.c5 * All rights reserved.
7 #include "test.h"
9 DEFINE_TEST(test_option_keep_newer_files) in DEFINE_TEST() argument
11 const char *reffile = "test_option_keep_newer_files.tar.Z"; in DEFINE_TEST()
13 /* Reference file has one entry "file" with a very old timestamp. */ in DEFINE_TEST()
21 systemf("%s -xf ../%s >test.out 2>test.err", testprog, reffile)); in DEFINE_TEST()
23 assertEmptyFile("test.out"); in DEFINE_TEST()
24 assertEmptyFile("test.err"); in DEFINE_TEST()
25 assertChdir(".."); in DEFINE_TEST()
32 systemf("%s -xf ../%s --keep-newer-files >test.out 2>test.err", testprog, reffile)); in DEFINE_TEST()
[all …]
HDtest_option_keep_newer_files.tar.Z.uu1 begin 644 test_option_keep_newer_files.tar.Z