From 7941efe597ce346eff2c177008057d274a7f3315 Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 1 May 2007 12:42:46 +0000 Subject: * PR 4329 --- testsuite/systemtap.samples/sysopen.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.samples') 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)" } -- cgit