summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/bench.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.base/bench.exp')
-rw-r--r--testsuite/systemtap.base/bench.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/bench.exp b/testsuite/systemtap.base/bench.exp
index bc3b28bb..4863a00c 100644
--- a/testsuite/systemtap.base/bench.exp
+++ b/testsuite/systemtap.base/bench.exp
@@ -11,4 +11,4 @@ expect {
eof { }
}
wait
-if {$ok > 10} { pass "$test ($ok)" } { fail "$test ($ok)" }
+if {$ok == 15} { pass "$test ($ok)" } { fail "$test ($ok)" }