Date: Thu, 28 Aug 2008 05:03:21 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tar/test Makefile main.c test.h test_0.c test_basic.c test_copy.c test_getdate.c test_help.c test_option_T.c test_stdio.c test_version.c Message-ID: <200808280503.m7S53XQR026760@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2008-08-28 05:03:21 UTC FreeBSD src repository Added files: (Branch: RELENG_6) usr.bin/tar/test Makefile main.c test.h test_0.c test_basic.c test_copy.c test_getdate.c test_help.c test_option_T.c test_stdio.c test_version.c Log: SVN rev 182331 on 2008-08-28 05:03:21Z by kientzle MFC r178715: New bsdtar test harness, modeled after bsdcpio and libarchive test harnesses. Revision Changes Path 1.3.2.1 +61 -0 src/usr.bin/tar/test/Makefile (new) 1.4.2.1 +1012 -0 src/usr.bin/tar/test/main.c (new) 1.4.2.1 +151 -0 src/usr.bin/tar/test/test.h (new) 1.2.4.1 +62 -0 src/usr.bin/tar/test/test_0.c (new) 1.2.4.1 +158 -0 src/usr.bin/tar/test/test_basic.c (new) 1.3.2.1 +300 -0 src/usr.bin/tar/test/test_copy.c (new) 1.2.4.1 +38 -0 src/usr.bin/tar/test/test_getdate.c (new) 1.2.4.1 +81 -0 src/usr.bin/tar/test/test_help.c (new) 1.3.2.1 +123 -0 src/usr.bin/tar/test/test_option_T.c (new) 1.2.4.1 +124 -0 src/usr.bin/tar/test/test_stdio.c (new) 1.2.4.1 +93 -0 src/usr.bin/tar/test/test_version.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808280503.m7S53XQR026760>