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