From 2512cf80ca5dbaae2d1016604715921e6eecb065 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 20 Mar 2003 14:45:50 +0000 Subject: [PATCH] * gdb.base/default.exp: Fix regular expression. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/default.exp | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index cceef9d7c45..05cc1804e5b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-03-20 Corinna Vinschen + + * gdb.base/default.exp: Fix regular expression. + 2003-03-20 Corinna Vinschen * gdb.base/args.exp: Fix regular expression. diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp index f8dbfd8a457..9179a53a39c 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 $"\ -- 2.30.2