summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/sysopen.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.samples/sysopen.exp')
-rw-r--r--testsuite/systemtap.samples/sysopen.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.samples/sysopen.exp b/testsuite/systemtap.samples/sysopen.exp
index 7f98ff3f..5e4ed6ae 100644
--- a/testsuite/systemtap.samples/sysopen.exp
+++ b/testsuite/systemtap.samples/sysopen.exp
@@ -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)" }