automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch: FYI: automake copyright date


From: Tom Tromey
Subject: Re: Patch: FYI: automake copyright date
Date: 18 Jan 2002 16:15:28 -0700

>>>>> "Alexandre" == Alexandre Duret-Lutz <address@hidden> writes:

Alexandre> It seems cond7.test has a Y2K+2 bug<wink>.

Thanks.  I noticed that when re-running the full test suite.
Fixed as appended.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * tests/cond7.test: Fix test bug exposed by copyright update.

Index: tests/cond7.test
===================================================================
RCS file: /cvs/automake/automake/tests/cond7.test,v
retrieving revision 1.2
diff -u -r1.2 cond7.test
--- tests/cond7.test 2001/10/20 11:17:17 1.2
+++ tests/cond7.test 2002/01/18 22:58:58
@@ -23,5 +23,5 @@
 
 $ACLOCAL || exit 1
 $AUTOMAKE || exit 1
-grep '002' Makefile.in && exit 1
+grep '^[^#].*002' Makefile.in && exit 1
 exit 0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]