Home
last modified time | relevance | path

Searched +full:test_f_old +full:. +full:zip (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/unzip/tests/
H A DMakefile1 .include <src.opts.mk>
3 .include "${SRCTOP}/lib/libarchive/Makefile.inc"
15 CFLAGS+= -I${.OBJDIR}
24 CFLAGS.test_utils.c+= -Wno-cast-align
26 .PATH: ${_LIBARCHIVEDIR}/libarchive_fe
27 UNZIP_SRCS+= lafe_err.c
29 .PATH: ${_LIBARCHIVEDIR}/unzip/test
31 test_0.c \
32 test_C.c \
33 test_I.c \
[all …]
/freebsd/contrib/libarchive/unzip/test/
HDtest_f_old.zip.uu1 begin 644 test_f_old.zip
HDtest_u_old.zip.uu1 begin 644 test_f_old.zip
H A Dtest_f.c5 * All rights reserved.
7 #include "test.h"
12 const char *reffile1 = "test_f_new.zip"; in DEFINE_TEST()
13 const char *reffile2 = "test_f_old.zip"; in DEFINE_TEST()
19 /* First run with -f should not extract: test.txt does not exist */ in DEFINE_TEST()
20 r = systemf("%s -f %s >test.out 2>test.err", testprog, reffile1); in DEFINE_TEST()
22 assertNonEmptyFile("test.out"); in DEFINE_TEST()
23 assertEmptyFile("test.err"); in DEFINE_TEST()
24 assertFileNotExists("test.txt"); in DEFINE_TEST()
27 r = systemf("%s %s >test.out 2>test.err", testprog, reffile1); in DEFINE_TEST()
[all …]