From: Sergey Poznyakoff Date: Thu, 13 Jan 2005 16:00:59 +0000 (+0000) Subject: Added long01.at X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=e7db56c0ef5db2000c79fc87c96d669c51c6b2e9 Added long01.at --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 515c861..47da433 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ # Makefile for GNU tar regression tests. -# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004 Free Software +# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005 Free Software # Foundation, Inc. # François Pinard , 1988. @@ -64,6 +64,7 @@ TESTSUITE_AT = \ link01.at\ listed01.at\ listed02.at\ + long01.at\ longv7.at\ multiv01.at\ multiv02.at\ diff --git a/tests/testsuite.at b/tests/testsuite.at index 82f33f8..fe1921b 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 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005 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 @@ -91,6 +91,7 @@ m4_include([listed01.at]) m4_include([listed02.at]) m4_include([longv7.at]) +m4_include([long01.at]) m4_include([multiv01.at]) m4_include([multiv02.at])