aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/ifelse.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/ifelse.exp')
-rw-r--r--gdb/testsuite/gdb.base/ifelse.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/ifelse.exp b/gdb/testsuite/gdb.base/ifelse.exp
index c456549..444ff5e 100644
--- a/gdb/testsuite/gdb.base/ifelse.exp
+++ b/gdb/testsuite/gdb.base/ifelse.exp
@@ -84,7 +84,7 @@ gdb_test_multiple "if 0\nelse\nend" $message {
}
}
-gdb_test "set confirm off" "" ""
+gdb_test_no_output "set confirm off" ""
# Test that a define with an empty else can be replaced.
# If there is memory corruption then free will fail.