Add exclude.at

This commit is contained in:
Sergey Poznyakoff
2007-01-23 10:26:30 +00:00
parent c9a8f1bc33
commit bde442ba15
2 changed files with 5 additions and 2 deletions

View 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\

View 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])