]> Dogcows Code - chaz/tar/blobdiff - tests/extrac04.at
Include extrac06.at
[chaz/tar] / tests / extrac04.at
index 4aebf4b4919a75abe0dfb16c873c2aa35c9e5b6c..22c75821f6146fd26a30f287cad817e4370154a4 100644 (file)
 
 # 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([
 touch file1
@@ -35,7 +35,7 @@ tar -cf archive ./file1 directory
 tar -tf archive \
   --exclude='./*1' \
   --exclude='d*/*1' \
-  --exclude='d*/s*/*2' | sort
+  --exclude='d*/s*/*2' | sort 2>/dev/null
 ],
 [0],
 [directory/
This page took 0.022593 seconds and 4 git commands to generate.