diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/foll-vfork.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/foll-vfork.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/foll-vfork.exp b/gdb/testsuite/gdb.base/foll-vfork.exp index 4813d2ea647..e55d7005635 100644 --- a/gdb/testsuite/gdb.base/foll-vfork.exp +++ b/gdb/testsuite/gdb.base/foll-vfork.exp @@ -396,7 +396,7 @@ gdb_load ${binfile} # The "Detaching..." and "Attaching..." messages may be hidden by # default. -gdb_test "set verbose" "" +gdb_test_no_output "set verbose" # This is a test of gdb's ability to follow the parent or child # of a Unix vfork() system call. (The child will subsequently |