diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d8b973701f..e15237c366 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-06-04 Yao Qi + + * gdb.base/auto-connect-native-target.exp: Remove redundant + space from the regexp pattern. + 2014-06-04 Yao Qi * gdb.base/default.exp: Replace "child" with "native" in diff --git a/gdb/testsuite/gdb.base/auto-connect-native-target.exp b/gdb/testsuite/gdb.base/auto-connect-native-target.exp index ac8c79fbf5..79febe3dc0 100644 --- a/gdb/testsuite/gdb.base/auto-connect-native-target.exp +++ b/gdb/testsuite/gdb.base/auto-connect-native-target.exp @@ -27,7 +27,7 @@ set have_native 0 set test "help target native" gdb_test_multiple $test $test { - -re "Undefined target command.* $gdb_prompt $" { + -re "Undefined target command.*$gdb_prompt $" { set have_native 0 } -re "Native process.*$gdb_prompt $" {