Searched +full:test_encrypted +full:. +full:zip (Results 1 – 3 of 3) sorted by relevance
1 .include <src.opts.mk>3 .include "${SRCTOP}/lib/libarchive/Makefile.inc"15 CFLAGS+= -I${.OBJDIR}24 CFLAGS.test_utils.c+= -Wno-cast-align26 .PATH: ${_LIBARCHIVEDIR}/libarchive_fe27 UNZIP_SRCS+= lafe_err.c29 .PATH: ${_LIBARCHIVEDIR}/unzip/test31 test_0.c \32 test_C.c \33 test_I.c \[all …]
1 begin 644 test_encrypted.zip
5 * All rights reserved.7 #include "test.h"12 const char *reffile = "test_encrypted.zip"; in DEFINE_TEST()16 r = systemf("%s -P password %s >test.out 2>test.err", testprog, reffile); in DEFINE_TEST()18 …assertTextFileContents("unzip: Decryption is unsupported due to lack of crypto library\n", "test.e… in DEFINE_TEST()21 assertNonEmptyFile("test.out"); in DEFINE_TEST()22 assertEmptyFile("test.err"); in DEFINE_TEST()24 assertTextFileContents("plaintext\n", "encrypted/file.txt"); in DEFINE_TEST()