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/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/default.exp | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'gdb') diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index cceef9d..05cc180 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2003-03-20 Corinna Vinschen + * gdb.base/default.exp: Fix regular expression. + +2003-03-20 Corinna Vinschen + * gdb.base/args.exp: Fix regular expression. 2003-03-20 Corinna Vinschen 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