Home
last modified time | relevance | path

Searched +full:test_option_t +full:. +full:stdout (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/libarchive/cpio/test/
H A Dtest_option_t.c26 extract_reference_file("test_option_t.cpio"); in DEFINE_TEST()
27 r = systemf("%s -it < test_option_t.cpio >it.out 2>it.err", testprog); in DEFINE_TEST()
30 extract_reference_file("test_option_t.stdout"); in DEFINE_TEST()
31 p = slurpfile(NULL, "test_option_t.stdout"); in DEFINE_TEST()
36 r = systemf("%s -t < test_option_t.cpio >t.out 2>t.err", testprog); in DEFINE_TEST()
39 extract_reference_file("test_option_t.stdout"); in DEFINE_TEST()
40 p = slurpfile(NULL, "test_option_t.stdout"); in DEFINE_TEST()
45 assert(0 != systemf("%s -ot < test_option_t.cpio >ot.out 2>ot.err", in DEFINE_TEST()
53 extract_reference_file("test_option_tv.stdout"); in DEFINE_TEST()
58 /* assertEqualFile("tv.out", "test_option_tv.stdout"); */ in DEFINE_TEST()
[all …]
H A Dtest_option_t.stdout.uu1 begin 644 test_option_t.stdout
/freebsd-14.2/usr.bin/cpio/tests/
H A DMakefile72 test_option_t.c \
97 @mv ${.TARGET}.tmp ${.TARGET}
99 CLEANFILES+= list.h list.h.tmp
101 ${PACKAGE}FILES+= test_extract.cpio.Z.uu
104 ${PACKAGE}FILES+= test_extract.cpio.gz.uu
106 ${PACKAGE}FILES+= test_extract.cpio.lz.uu
110 ${PACKAGE}FILES+= test_extract.cpio.xz.uu
123 ${PACKAGE}FILES+= test_option_t.cpio.uu
124 ${PACKAGE}FILES+= test_option_t.stdout.uu
125 ${PACKAGE}FILES+= test_option_tv.stdout.uu
[all …]