diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/attach.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/attach.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/attach.exp b/gdb/testsuite/gdb.base/attach.exp index 0d0d8496a83..fdea6423f04 100644 --- a/gdb/testsuite/gdb.base/attach.exp +++ b/gdb/testsuite/gdb.base/attach.exp @@ -246,7 +246,7 @@ proc do_attach_tests {} { # Verify that we can modify the variable "should_exit" in the # program. - gdb_test "set should_exit=1" "" "after attach2, set should_exit" + gdb_test_no_output "set should_exit=1" "after attach2, set should_exit" # Verify that the modification really happened. |