summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfche <fche>2007-05-01 12:42:46 +0000
committerfche <fche>2007-05-01 12:42:46 +0000
commit7941efe597ce346eff2c177008057d274a7f3315 (patch)
tree0a0694c5e5becc67249314df6ce20dc7d83c411c
parent53362f0ed669f58cdd2555216dc7eaaf191ca8d1 (diff)
downloadsystemtap-steved-7941efe597ce346eff2c177008057d274a7f3315.tar.gz
systemtap-steved-7941efe597ce346eff2c177008057d274a7f3315.tar.xz
systemtap-steved-7941efe597ce346eff2c177008057d274a7f3315.zip
* PR 4329
-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)" }