diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/info-os.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/info-os.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/info-os.exp b/gdb/testsuite/gdb.base/info-os.exp index 20d28db..be7a746 100644 --- a/gdb/testsuite/gdb.base/info-os.exp +++ b/gdb/testsuite/gdb.base/info-os.exp @@ -128,7 +128,7 @@ proc expect_multiline { command expect test } { exp_continue } -re "^$gdb_prompt $" { - if $found { + if {$found} { set ok 1 } # Exit the loop. |