Searched +full:test_encrypted +full:. +full:zip (Results 1 – 3 of 3) sorted by relevance
24 CFLAGS.test_utils.c+= -Wno-cast-align53 SRCS.bsdunzip_test= list.h \65 grep -h DEFINE_TEST ${.ALLSRC:N*Makefile}) > ${.TARGET}.tmp66 @mv ${.TARGET}.tmp ${.TARGET}68 CLEANFILES+= list.h list.h.tmp70 ${PACKAGE}FILES+= test_I.zip.uu71 ${PACKAGE}FILES+= test_basic.zip.uu72 ${PACKAGE}FILES+= test_encrypted.zip.uu73 ${PACKAGE}FILES+= test_singlefile.zip.uu74 ${PACKAGE}FILES+= test_t_bad.zip.uu[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 assertNonEmptyFile("test.out"); in DEFINE_TEST()19 assertEmptyFile("test.err"); in DEFINE_TEST()21 assertTextFileContents("plaintext\n", "encrypted/file.txt"); in DEFINE_TEST()