2001-03-16 Orjan Friberg <orjanf@axis.com>
authorOrjan Friberg <orjanf@axis.com>
Fri, 16 Mar 2001 08:57:44 +0000 (08:57 +0000)
committerOrjan Friberg <orjanf@axis.com>
Fri, 16 Mar 2001 08:57:44 +0000 (08:57 +0000)
* gdb.base/signals.exp: Set count to 0 explicitly.

gdb/testsuite/gdb.base/signals.exp

index d64c5c6..2bf7192 100644 (file)
@@ -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" ""