Home
last modified time | relevance | path

Searched +full:test_print_longpath +full:. +full:tar +full:. +full:z (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.bin/tar/tests/
H A DMakefile88 test_print_longpath.c \
111 ${PACKAGE}FILES+= test_extract.tar.Z.uu
112 ${PACKAGE}FILES+= test_extract.tar.bz2.uu
113 ${PACKAGE}FILES+= test_extract.tar.grz.uu
114 ${PACKAGE}FILES+= test_extract.tar.gz.uu
115 ${PACKAGE}FILES+= test_extract.tar.lrz.uu
116 ${PACKAGE}FILES+= test_extract.tar.lz.uu
120 ${PACKAGE}FILES+= test_extract.tar.xz.uu
123 ${PACKAGE}FILES+= test_option_keep_newer_files.tar.Z.uu
125 ${PACKAGE}FILES+= test_option_s.tar.Z.uu
[all …]
/freebsd-13.1/contrib/libarchive/tar/test/
H A Dtest_print_longpath.tar.Z.uu1 begin 644 test_print_longpath.tar.Z
H A Dtest_print_longpath.c3 * All rights reserved.
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
25 #include "test.h"
28 DEFINE_TEST(test_print_longpath) in DEFINE_TEST() argument
30 const char *reffile = "test_print_longpath.tar.Z"; in DEFINE_TEST()
37 /* Build long path pattern. */ in DEFINE_TEST()
51 systemf("%s -tf %s >test.out 2>test.err", testprog, reffile)); in DEFINE_TEST()
52 assertTextFileContents(buff, "test.out"); in DEFINE_TEST()
[all …]