Import upstream version 1.29
[debian/tar] / tests / star / pax-big-10g.at
1 # Process this file with autom4te to create testsuite. -*- Autotest -*-
2
3 # Test suite for GNU tar.
4 # Copyright 2004, 2006-2007, 2013-2014, 2016 Free Software Foundation,
5 # Inc.
6
7 # This file is part of GNU tar.
8
9 # GNU tar is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; either version 3 of the License, or
12 # (at your option) any later version.
13
14 # GNU tar is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 # GNU General Public License for more details.
18
19 # You should have received a copy of the GNU General Public License
20 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
22 AT_SETUP([pax-big-10g])
23 AT_KEYWORDS([star pax-big-10g])
24
25 unset TAR_OPTIONS
26
27 AT_CHECK([
28 AT_GZIP_PREREQ([bzip2])
29 AT_STAR_PREREQ([pax-big-10g.tar.bz2],[ca15c23acc8d8bb1f27e60113a5f8bff])
30
31 tar --utc -tvjf $STAR_TESTSCRIPTS/pax-big-10g.tar.bz2
32 ],
33 [0],
34 [-rw------- jes/glone 10737418240 2002-06-15 21:18 10g
35 -rw-r--r-- jes/glone           0 2002-06-15 14:53 file
36 ],
37 [stderr])
38
39 RE_CHECK([stderr],[tar: Record size = .*
40 ])
41
42 AT_CLEANUP