]> sourceware.org Git - systemtap.git/commitdiff
* PR 4329
authorfche <fche>
Tue, 1 May 2007 12:42:46 +0000 (12:42 +0000)
committerfche <fche>
Tue, 1 May 2007 12:42:46 +0000 (12:42 +0000)
testsuite/systemtap.samples/sysopen.exp

index 7f98ff3f689aa2d462d5a496f5c66cf673ccfe23..5e4ed6aea5d6a83a03692ef671ba82d467335cde 100644 (file)
@@ -9,4 +9,4 @@ expect {
 }
 #FIXME does not handle case of hanging sysopen.stp correctly
 wait
-if {$ok > 1} { pass "$test ($ok)" } { fail "$test ($ok)" }
+if {$ok >= 1} { pass "$test ($ok)" } { fail "$test ($ok)" }
This page took 0.025267 seconds and 5 git commands to generate.