Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2007 01:16:19 +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/lib/libarchive/test test_read_format_gtar_sparse.c
Message-ID:  <200708120116.l7C1GKdE082850@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708120116.l7C1GKdE082850>