Home
last modified time | relevance | path

Searched +full:test_option_passphrase +full:. +full:zip (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libarchive/cpio/test/
H A Dtest_option_passphrase.c5 * All rights reserved.
7 #include "test.h"
9 DEFINE_TEST(test_option_passphrase) in DEFINE_TEST() argument
11 const char *reffile = "test_option_passphrase.zip"; in DEFINE_TEST()
15 systemf("%s -i --passphrase pass1 < %s >test.out 2>test.err", in DEFINE_TEST()
19 assertTextFileContents("contents of file1.\n", "file1"); in DEFINE_TEST()
21 assertTextFileContents("contents of file2.\n", "file2"); in DEFINE_TEST()
22 assertEmptyFile("test.out"); in DEFINE_TEST()
23 assertTextFileContents("1 block\n", "test.err"); in DEFINE_TEST()
HDtest_option_passphrase.zip.uu1 begin 644 test_option_passphrase.zip
/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_passphrase.c5 * All rights reserved.
7 #include "test.h"
9 DEFINE_TEST(test_option_passphrase) in DEFINE_TEST() argument
11 const char *reffile = "test_option_passphrase.zip"; in DEFINE_TEST()
16 "%s --passphrase pass1 -xf %s >test.out 2>test.err", in DEFINE_TEST()
19 assertTextFileContents("contents of file1.\n", "file1"); in DEFINE_TEST()
21 assertTextFileContents("contents of file2.\n", "file2"); in DEFINE_TEST()
22 assertEmptyFile("test.out"); in DEFINE_TEST()
23 assertEmptyFile("test.err"); in DEFINE_TEST()
HDtest_option_passphrase.zip.uu1 begin 644 test_option_passphrase.zip
/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}
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 \
32 test_extract_tar_grz.c \
[all …]
/freebsd/usr.bin/cpio/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${.OBJDIR}
23 CFLAGS.test_utils.c+= -Wno-cast-align
25 .PATH: ${_LIBARCHIVEDIR}/cpio
26 CPIO_SRCS= cmdline.c
28 .PATH: ${_LIBARCHIVEDIR}/libarchive_fe
29 CPIO_SRCS+= err.c
31 .PATH: ${_LIBARCHIVEDIR}/cpio/test
33 test_0.c \
[all …]