diff options
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r-- | tests/testsuite.at | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at index 8f3330b..f8db452 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -1,11 +1,11 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU cpio -# Copyright (C) 2004, 2006, 2007, 2010 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 -# the Free Software Foundation; either version 3, or (at your option) +# the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, @@ -31,10 +31,3 @@ m4_include([version.at]) m4_include([inout.at]) m4_include([symlink.at]) -m4_include([interdir.at]) - -m4_include([setstat01.at]) -m4_include([setstat02.at]) -m4_include([setstat03.at]) -m4_include([setstat04.at]) -m4_include([setstat05.at]) |