diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 93a0e7f75f..4064b283c6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-05-08 Pedro Alves + + * gdb.server/non-existing-program.exp: Unset spawn_id. + 2015-05-08 Siva Chandra Reddy PR python/18291 diff --git a/gdb/testsuite/gdb.server/non-existing-program.exp b/gdb/testsuite/gdb.server/non-existing-program.exp index f842c445d2..63a9cb72e4 100644 --- a/gdb/testsuite/gdb.server/non-existing-program.exp +++ b/gdb/testsuite/gdb.server/non-existing-program.exp @@ -61,3 +61,7 @@ expect { fail "$msg (timeout)" } } + +# expect defaults to spawn_id in many places. Avoid confusing any +# following code. +unset spawn_id