* gdb.base/default.exp: Fix regular expression.
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 20 Mar 2003 14:45:50 +0000 (14:45 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 20 Mar 2003 14:45:50 +0000 (14:45 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/default.exp

index cceef9d7c45ec3f57243c473e0d310dad7e25e5b..05cc1804e5badf3074b92c54a829f686c72f05a0 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.base/default.exp: Fix regular expression.
+
 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
 
        * gdb.base/args.exp: Fix regular expression.
index f8dbfd8a457dde37568a50742272f9d7581904aa..9179a53a39c8387c03eb5f3a15512be2185638c5 100644 (file)
@@ -428,7 +428,7 @@ No executable file specified.*
 Use the \"file\" or \"exec-file\" command.*$gdb_prompt $"\
                        { pass "run \"r\" abbreviation" }
            -re "Starting program:  .*
-No executable specified, use .target exec.\..*$gdb_prompt $"\
+No executable specified, use .target exec.\\..*$gdb_prompt $"\
                        { pass "run \"r\" abbreviation" }
            -re "Starting program:  .*
 No image loaded into target.*$gdb_prompt $"\
@@ -460,7 +460,7 @@ No executable file specified.*
 Use the \"file\" or \"exec-file\" command.*$gdb_prompt $"\
                        { pass "run" }
            -re "Starting program:  .*
-No executable specified, use .target exec.\..*$gdb_prompt $"\
+No executable specified, use .target exec.\\..*$gdb_prompt $"\
                        { pass "run" }
            -re "Starting program:  .*
 No image loaded into target.*$gdb_prompt $"\
This page took 0.03631 seconds and 4 git commands to generate.