* gdb.base/default.exp: Update check for "show version".
authorDaniel Jacobowitz <drow@false.org>
Sat, 17 Dec 2005 23:39:26 +0000 (23:39 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sat, 17 Dec 2005 23:39:26 +0000 (23:39 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/default.exp

index 9b2ecf893763f4e7b255d60279e5d98fa602d885..7e65af6ec6ac84afd2fc126d8e5af050aaa38701 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/default.exp: Update check for "show version".
+
 2005-12-09  Randolph Chung  <tausq@debian.org>
 
        * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
index cec70d1b48e2aff5c11a039208252725ccfcf33b..6defb11a8cdea2ee42f8e708348360a73ba54f1c 100644 (file)
@@ -667,7 +667,7 @@ gdb_test "show values" "" "show values"
 #test show verbose
 gdb_test "show verbose" "Verbose printing of informational messages is o.*|Verbosity is off.*" "show verbose"
 #test show version
-gdb_test "show version" "GNU gdb \[0-9\.\]*(\[^\r\n\]*\[\r\n\])+Copyright \[0-9\]* Free Software Foundation, Inc(\[^\r\n\]*\[\r\n\])+GDB is free software, covered by the GNU General Public License, and you are(\[^\r\n\]*\[\r\n\])+welcome to change it and/or distribute copies of it under certain conditions(\[^\r\n\]*\[\r\n\])+Type \"show copying\" to see the conditions(\[^\r\n\]*\[\r\n\])+There is absolutely no warranty for GDB.  Type \"show warranty\" for details(\[^\r\n\]*\[\r\n\])+This GDB was configured as .*|GDB is free software and you are welcome to distribute copies of it(\[^\r\n\]*\[\r\n\])+ under certain conditions; type \"show copying\" to see the conditions.(\[^\r\n\]*\[\r\n\])+There is absolutely no warranty for GDB; type \"show warranty\" for details.(\[^\r\n\]*\[\r\n\])+GDB.*Copyright \[0-9\]* Free Software Foundation, Inc.*" "show version"
+gdb_test "show version" "GNU gdb \[0-9\.\]*(\[^\r\n\]*\[\r\n\])+Copyright \\(C\\) \[0-9\]* Free Software Foundation, Inc(\[^\r\n\]*\[\r\n\])+GDB is free software, covered by the GNU General Public License, and you are(\[^\r\n\]*\[\r\n\])+welcome to change it and/or distribute copies of it under certain conditions(\[^\r\n\]*\[\r\n\])+Type \"show copying\" to see the conditions(\[^\r\n\]*\[\r\n\])+There is absolutely no warranty for GDB.  Type \"show warranty\" for details(\[^\r\n\]*\[\r\n\])+This GDB was configured as .*|GDB is free software and you are welcome to distribute copies of it(\[^\r\n\]*\[\r\n\])+ under certain conditions; type \"show copying\" to see the conditions.(\[^\r\n\]*\[\r\n\])+There is absolutely no warranty for GDB; type \"show warranty\" for details.(\[^\r\n\]*\[\r\n\])+GDB.*Copyright \\(C\\) \[0-9\]* Free Software Foundation, Inc.*" "show version"
 #test show width
 gdb_test "show width" "Number of characters gdb thinks are in a line is.*" "show width"
 #test show write
This page took 0.03751 seconds and 4 git commands to generate.