1 # Process this file with autom4te to create testsuite. -*- Autotest -*-
3 # Test suite for GNU tar.
4 # Copyright 2004, 2006-2007, 2013-2014 Free Software Foundation, Inc.
6 # This file is part of GNU tar.
8 # GNU tar is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 3 of the License, or
11 # (at your option) any later version.
13 # GNU tar is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
21 # Problem: when extracting selected members from a PAX archive,
22 # tar 1.14 incorrectly deemed all members to be sparse and
23 # therefore was not able to properly skip them.
25 # Reported by: Luca Fibbi <fibbi@lamma.rete.toscana.it>
27 # References: <3.0.6.32.20040809113727.00a30e50@localhost>
28 # http://lists.gnu.org/archive/html/bug-tar/2004-08/msg00008.html
30 AT_SETUP([extracting selected members from pax])
31 AT_KEYWORDS([extract extract05])
39 genfile --sparse --file sparsefile 0 ABCD 1M EFGH 2000K IJKL || AT_SKIP_TEST
40 genfile --length 118 --file jeden
41 genfile --length 223 --file dwa
42 genfile --length 517 --file trzy
43 genfile --length 110 --file cztery
45 tar cf archive jeden dwa trzy cztery || exit 1
50 tar xvfT ../archive ../../list --warning=no-timestamp || exit 1