diff options
author | Stan Cox <scox@redhat.com> | 2008-08-27 17:56:28 -0400 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2008-08-27 17:56:28 -0400 |
commit | 0a102c820c4ee8da300b4a834ef0f15fa13016d3 (patch) | |
tree | 02d0b0a216d46ad37f712d063d05f47402283183 /testsuite/systemtap.base/bench.exp | |
parent | 695ae5272479f77d261eea37a9ee4bef55c4ab12 (diff) | |
download | systemtap-steved-0a102c820c4ee8da300b4a834ef0f15fa13016d3.tar.gz systemtap-steved-0a102c820c4ee8da300b4a834ef0f15fa13016d3.tar.xz systemtap-steved-0a102c820c4ee8da300b4a834ef0f15fa13016d3.zip |
Automatically print written but unread globals
Diffstat (limited to 'testsuite/systemtap.base/bench.exp')
-rw-r--r-- | testsuite/systemtap.base/bench.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/bench.exp b/testsuite/systemtap.base/bench.exp index 4863a00c..72864292 100644 --- a/testsuite/systemtap.base/bench.exp +++ b/testsuite/systemtap.base/bench.exp @@ -11,4 +11,4 @@ expect { eof { } } wait -if {$ok == 15} { pass "$test ($ok)" } { fail "$test ($ok)" } +if {$ok == 18} { pass "$test ($ok)" } { fail "$test ($ok)" } |