X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tests%2Fextrac04.at;h=1cbc520c86d725dc81063012f0f5928b047376ad;hb=e8a4c35a7396441bd538a70c7f47727d8f920da8;hp=4aebf4b4919a75abe0dfb16c873c2aa35c9e5b6c;hpb=35cae74c4cae8e59c84e215c493e5a032dbe4e15;p=chaz%2Ftar diff --git a/tests/extrac04.at b/tests/extrac04.at index 4aebf4b..1cbc520 100644 --- a/tests/extrac04.at +++ b/tests/extrac04.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2006 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,15 +15,16 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. # Check for fnmatch problems in glibc 2.1.95. AT_SETUP([extract + fnmatch]) -AT_KEYWORDS([extract04]) +AT_KEYWORDS([extract extract04]) AT_TAR_CHECK([ +AT_SORT_PREREQ touch file1 mkdir directory mkdir directory/subdirectory @@ -35,7 +36,7 @@ tar -cf archive ./file1 directory tar -tf archive \ --exclude='./*1' \ --exclude='d*/*1' \ - --exclude='d*/s*/*2' | sort + --exclude='d*/s*/*2' | sort ], [0], [directory/