diff options
Diffstat (limited to 'testsuite/systemtap.samples')
-rw-r--r-- | testsuite/systemtap.samples/sysopen.exp | 2 |
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)" } |