From owner-cvs-all@FreeBSD.ORG Sun Aug 12 01:16:20 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D8C516A419; Sun, 12 Aug 2007 01:16:20 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8F8F913C45D; Sun, 12 Aug 2007 01:16:20 +0000 (UTC) (envelope-from kientzle@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7C1GK0i082851; Sun, 12 Aug 2007 01:16:20 GMT (envelope-from kientzle@repoman.freebsd.org) Received: (from kientzle@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7C1GKdE082850; Sun, 12 Aug 2007 01:16:20 GMT (envelope-from kientzle) Message-Id: <200708120116.l7C1GKdE082850@repoman.freebsd.org> From: Tim Kientzle Date: Sun, 12 Aug 2007 01:16:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libarchive/test test_read_format_gtar_sparse.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2007 01:16:20 -0000 kientzle 2007-08-12 01:16:19 UTC FreeBSD src repository Modified files: lib/libarchive/test test_read_format_gtar_sparse.c Log: Update the tests for reading the various GNU tar sparse formats. In particular: * Include a second entry in all of the test archives (to catch errors with intermediate padding) * Test the GNU tar 1.17 version of "posix sparse format 1.0" instead of the GNU tar 1.16 version (the latter is no longer supported by GNU tar). Right now, libarchive fails this test because I originally implemented the GNU tar 1.16 version of "posix sparse format 1.0". I'll fix libarchive shortly. Approved by: re (blanket, libarchive testing) Revision Changes Path 1.5 +267 -75 src/lib/libarchive/test/test_read_format_gtar_sparse.c