Searched +full:test_gcpio_compat_ref +full:. +full:newc (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libarchive/cpio/test/ |
H A D | test_gcpio_compat.c | 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 …]
|
HD | test_gcpio_compat_ref.newc.uu | 1 begin 644 test_gcpio_compat_ref.newc 2 M,#<P-S`Q,#`S,S<W86$P,#`P.#%A-#`P,#`P,V4X,#`P,#`S93@P,#`P,#`P 3 M,C0W,&0Y.3<W,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#4Y,#`P,#`P,#`P,#`P 5 M,6$T,#`P,#`S93@P,#`P,#-E.#`P,#`P,#`R-#<P9#DY-S<P,#`P,#`P83`P 7 M,&QI;FMF:6QE```Q,C,T-38W.#D*```P-S`W,#$P,#,S-S=A8C`P,#!A,65D 8 M,#`P,#`S93@P,#`P,#-E.#`P,#`P,#`Q-#<P9#DY.#0P,#`P,#`P-#`P,#`P 11 M,#`S93@P,#`P,#`P,C0W,&0Y. [all...] |
/freebsd/usr.bin/cpio/tests/ |
H A D | Makefile | 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-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 …]
|