From: Tim Kientzle Date: Wed, 27 Aug 2008 23:43:15 +0000 (-0400) Subject: IFC X-Git-Tag: v2.6.0~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a72ef4d23381600df274e761221b1ce0781230e;p=thirdparty%2Flibarchive.git IFC SVN-Revision: 189 --- diff --git a/cpio/test/test_basic.c b/cpio/test/test_basic.c index 20d5d1d5b..1c6e66046 100644 --- a/cpio/test/test_basic.c +++ b/cpio/test/test_basic.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD: src/usr.bin/cpio/test/test_basic.c,v 1.3 2008/08/24 06:21:00 kientzle Exp $"); +__FBSDID("$FreeBSD: src/usr.bin/cpio/test/test_basic.c,v 1.4 2008/08/25 06:39:29 kientzle Exp $"); static void verify_files(const char *target) diff --git a/libarchive/test/Makefile b/libarchive/test/Makefile index dfcf6fb88..e36001656 100644 --- a/libarchive/test/Makefile +++ b/libarchive/test/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: src/lib/libarchive/test/Makefile,v 1.23 2008/06/26 11:58:26 des Exp $ +# $FreeBSD: src/lib/libarchive/test/Makefile,v 1.24 2008/08/25 06:08:22 kientzle Exp $ # Where to find the libarchive sources LA_SRCDIR=${.CURDIR}/.. @@ -51,21 +51,21 @@ TESTS= \ test_tar_filenames.c \ test_tar_large.c \ test_ustar_filenames.c \ - test_write_compress_program.c \ test_write_compress.c \ + test_write_compress_program.c \ test_write_disk.c \ test_write_disk_hardlink.c \ test_write_disk_perms.c \ test_write_disk_secure.c \ test_write_format_ar.c \ test_write_format_cpio.c \ - test_write_format_cpio_odc.c \ - test_write_format_cpio_newc.c \ test_write_format_cpio_empty.c \ + test_write_format_cpio_newc.c \ + test_write_format_cpio_odc.c \ test_write_format_shar_empty.c \ test_write_format_tar.c \ - test_write_format_tar_ustar.c \ test_write_format_tar_empty.c \ + test_write_format_tar_ustar.c \ test_write_open_memory.c