]> Dogcows Code - chaz/tar/commitdiff
Add exclude.at
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 23 Jan 2007 10:26:30 +0000 (10:26 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 23 Jan 2007 10:26:30 +0000 (10:26 +0000)
tests/Makefile.am
tests/testsuite.at

index 33edd0e549f04b884752b8e411b03f5d9fc5d658..d339bc23857d00c33decbae20e0ce1ba082b5448 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile for GNU tar regression tests.
 
 # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005, 
-# 2006 Free Software Foundation, Inc.
+# 2006, 2007 Free Software Foundation, Inc.
 
 # François Pinard <pinard@iro.umontreal.ca>, 1988.
 # Sergey Poznyakoff <gray@mirddin.farlep.net>, 2004.
@@ -59,6 +59,7 @@ TESTSUITE_AT = \
  delete03.at\
  delete04.at\
  delete05.at\
+ exclude.at\
  extrac01.at\
  extrac02.at\
  extrac03.at\
index 572c7457461b53472bd27f366226602950c09418..86dfe9afdb18c4087aece2762867da36cb0bc216 100644 (file)
@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005, 2006, 2007 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
@@ -110,6 +110,8 @@ m4_include([append.at])
 m4_include([append01.at])
 m4_include([append02.at])
 
+m4_include([exclude.at])
+
 m4_include([delete01.at])
 m4_include([delete02.at])
 m4_include([delete03.at])
This page took 0.022696 seconds and 4 git commands to generate.