X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=tests%2Fexclude06.at;h=ffea051121458e54e48bb4e52c34a2a0919cc5ec;hp=f7ab141ad5d3b634fa39c9cea376858d9882af43;hb=45ccda119355a1087450039a250359c1d0de0d08;hpb=9c194c9942b651befe1fa65ba9023fba9e50169f diff --git a/tests/exclude06.at b/tests/exclude06.at index f7ab141..ffea051 100644 --- a/tests/exclude06.at +++ b/tests/exclude06.at @@ -1,12 +1,14 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- -# Copyright (C) 2010 Free Software Foundation, Inc. +# Copyright 2010, 2013-2014 Free Software Foundation, Inc. -# This program is free software; you can redistribute it and/or modify +# This file is part of GNU tar. + +# GNU tar is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) -# any later version. +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. -# This program is distributed in the hope that it will be useful, +# GNU tar is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. @@ -19,12 +21,12 @@ # # Reported-by: Matthew Peterson # References: -# http://lists.gnu.org/archive/html/help-tar/2010-06/msg00000.html +# http://lists.gnu.org/archive/html/help-tar/2010-06/msg00000.html AT_SETUP([exclude: long files in pax archives]) AT_KEYWORDS([exclude exclude06]) -m4_define([test_base_dir],[one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen]) +m4_pushdef([test_base_dir],[one/two/three/four/five/six/seven/eight/nine/ten/eleven/twelve/thirteen/fourteen/fifteen/sixteen/seventeen]) AT_TAR_CHECK([ AT_TAR_MKHIER(test_base_dir) @@ -33,7 +35,7 @@ genfile --length 20 -f test_base_dir[/1.c] tar cf archive.tar test_base_dir mkdir out -tar -C out -xf archive.tar --exclude='*.txt' +tar -C out -xf archive.tar --exclude='*.txt' --warning=no-timestamp find out -type f ], [0], @@ -44,4 +46,5 @@ find out -type f [], [pax]) +m4_popdef([test_base_dir]) AT_CLEANUP