Searched +full:test_option_keep_newer_files +full:. +full:tar +full:. +full:z (Results 1 – 3 of 3) sorted by relevance
11 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/test17 CFLAGS.test_utils.c+= -Wno-cast-align25 .PATH: ${_LIBARCHIVEDIR}/tar/test27 test_0.c \28 test_basic.c \29 test_copy.c \30 test_empty_mtree.c \31 test_extract_tar_bz2.c \[all …]
5 * All rights reserved.7 #include "test.h"9 DEFINE_TEST(test_option_keep_newer_files) in DEFINE_TEST() argument11 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 …]
1 begin 644 test_option_keep_newer_files.tar.Z