diff options
author | Michael Chastain <mec@google.com> | 2004-04-22 17:55:46 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-04-22 17:55:46 +0000 |
commit | 3b611f1a397d018e3fbbd339f1c973575adb998f (patch) | |
tree | e3de936ccd101f1ff90b6ba605be93be8e789b53 /gdb/testsuite/gdb.stabs | |
parent | 6f14cc33f07589f5b04fbc87d452a32efc864002 (diff) | |
download | gdb-3b611f1a397d018e3fbbd339f1c973575adb998f.zip gdb-3b611f1a397d018e3fbbd339f1c973575adb998f.tar.gz gdb-3b611f1a397d018e3fbbd339f1c973575adb998f.tar.bz2 |
2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
* gdb.stabs/weird.exp: Accept full pathname for $binfile.
Diffstat (limited to 'gdb/testsuite/gdb.stabs')
-rw-r--r-- | gdb/testsuite/gdb.stabs/weird.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.stabs/weird.exp b/gdb/testsuite/gdb.stabs/weird.exp index 324f67b..7f67ccb 100644 --- a/gdb/testsuite/gdb.stabs/weird.exp +++ b/gdb/testsuite/gdb.stabs/weird.exp @@ -317,7 +317,7 @@ gdb_expect 60 { send_gdb "y\n" exp_continue } - -re "^Reading symbols from $binfile\\.\\.\\.done\.(|\r\nUsing host libthread_db library .*libthread_db.so.*\\.)\r\n$gdb_prompt $" { + -re "^Reading symbols from .*$binfile\\.\\.\\.done\.(|\r\nUsing host libthread_db library .*libthread_db.so.*\\.)\r\n$gdb_prompt $" { pass "weirdx.o read without error" } -re ".*$gdb_prompt $" { |