Searched +full:test_gcpio_compat_ref +full:. +full:ustar (Results 1 – 3 of 3) sorted by relevance
5 * All rights reserved.7 #include "test.h"14 /* Create a work dir named after the file we're unpacking. */ in unpack_test()22 r = systemf("%s -i %s < %s >unpack.out 2>unpack.err", in unpack_test()28 /* Verify that nothing went to stderr. */ in unpack_test()32 assertTextFileContents(se, "unpack.err"); in unpack_test()36 * Verify unpacked files. in unpack_test()39 /* Regular file with 2 links. */ in unpack_test()47 /* Another name for the same file. */ in unpack_test()60 assertChdir(".."); in unpack_test()[all …]
1 begin 644 test_gcpio_compat_ref.ustar13 M```````````````````````Q,C,T-38W.#D*````````````````````````
11 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-align25 .PATH: ${_LIBARCHIVEDIR}/cpio26 CPIO_SRCS= cmdline.c28 .PATH: ${_LIBARCHIVEDIR}/libarchive_fe29 CPIO_SRCS+= err.c31 .PATH: ${_LIBARCHIVEDIR}/cpio/test33 test_0.c \[all …]