From: Sergey Poznyakoff Date: Tue, 23 Jan 2007 10:26:30 +0000 (+0000) Subject: Add exclude.at X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=bde442ba151b127ab8b18b7f647af226ac907bdd Add exclude.at --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 33edd0e..d339bc2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 , 1988. # Sergey Poznyakoff , 2004. @@ -59,6 +59,7 @@ TESTSUITE_AT = \ delete03.at\ delete04.at\ delete05.at\ + exclude.at\ extrac01.at\ extrac02.at\ extrac03.at\ diff --git a/tests/testsuite.at b/tests/testsuite.at index 572c745..86dfe9a 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -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])