* gdb.base/sigaltstack.exp: Provide proper anchoring.

This commit is contained in:
Mark Kettenis 2004-08-09 19:09:30 +00:00
parent 09991fa0ee
commit 6a89fc9c75
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-08-09 Mark Kettenis <kettenis@gnu.org>
* gdb.base/sigaltstack.exp: Provide proper anchoring.
2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
* gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,

View File

@ -89,7 +89,7 @@ proc finish_test { pattern msg } {
setup_kfail "i?86-*-linux*" gdb/1736
fail "$msg (could not set breakpoint)"
}
-re "$pattern" {
-re "$pattern.*${gdb_prompt} $" {
pass $msg
}
}