From 2512cf80ca5dbaae2d1016604715921e6eecb065 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 20 Mar 2003 14:45:50 +0000 Subject: * gdb.base/default.exp: Fix regular expression. --- gdb/testsuite/gdb.base/default.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/testsuite/gdb.base/default.exp') diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp index f8dbfd8..9179a53 100644 --- a/gdb/testsuite/gdb.base/default.exp +++ b/gdb/testsuite/gdb.base/default.exp @@ -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 $"\ -- cgit v1.1