From: Orjan Friberg Date: Fri, 16 Mar 2001 08:57:44 +0000 (+0000) Subject: 2001-03-16 Orjan Friberg X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b7844da6290eafa10b84e5caf42220f1c92a6af1;p=binutils-gdb.git 2001-03-16 Orjan Friberg * gdb.base/signals.exp: Set count to 0 explicitly. --- diff --git a/gdb/testsuite/gdb.base/signals.exp b/gdb/testsuite/gdb.base/signals.exp index d64c5c6c1df..2bf719234bd 100644 --- a/gdb/testsuite/gdb.base/signals.exp +++ b/gdb/testsuite/gdb.base/signals.exp @@ -370,6 +370,9 @@ gdb_expect { } if [runto_main] then { + # Since count is a static variable outside main, runto_main + # is no guarantee that count will be 0 at this point. + gdb_test "set variable count = 0" "" gdb_test "break handler if 0" "Breakpoint \[0-9\]+ .*" gdb_test "set \$handler_breakpoint_number = \$bpnum" ""