This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Match (C) in gdb.gdb/selftest.exp


Now that gdb prints "Copyright (C)" instead of just "Copyright" we'd
better match it properly.

Committed as obvious,

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* gdb.gdb/selftest.exp (test_with_self): Update copyright check.

Index: gdb.gdb/selftest.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.gdb/selftest.exp,v
retrieving revision 1.6
diff -u -p -r1.6 selftest.exp
--- gdb.gdb/selftest.exp 10 Sep 2004 01:04:59 -0000 1.6
+++ gdb.gdb/selftest.exp 26 Dec 2005 14:37:19 -0000
@@ -391,7 +391,7 @@ proc test_with_self { executable } {
     send_gdb "continue\n"
     gdb_expect {
 	-re "GNU gdb \[0-9\.\]*.*
-Copyright \[0-9\]* Free Software Foundation, Inc.*
+Copyright \\(C\\) \[0-9\]* Free Software Foundation, Inc.*
 GDB is free software, covered by the GNU General Public License, and you are.*
 welcome to change it and/or distribute copies of it under certain conditions.*
 Type \"show copying\" to see the conditions.*


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]