summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.maps/linear_neg.exp
diff options
context:
space:
mode:
authorhunt <hunt>2007-09-12 18:21:55 +0000
committerhunt <hunt>2007-09-12 18:21:55 +0000
commit674f70a0371c1f97a83c66268d03332ebbf9e62f (patch)
treed910409c003bc72463253cc7ef0c07bb522721fb /testsuite/systemtap.maps/linear_neg.exp
parentcf9be511f05d0b310b2c4ce4c050d3707be9e65a (diff)
downloadsystemtap-steved-674f70a0371c1f97a83c66268d03332ebbf9e62f.tar.gz
systemtap-steved-674f70a0371c1f97a83c66268d03332ebbf9e62f.tar.xz
systemtap-steved-674f70a0371c1f97a83c66268d03332ebbf9e62f.zip
2007-09-12 Martin Hunt <hunt@redhat.com>
* systemtap.maps/foreach_limit.stp: Clean up the aggregates section. * systemtap.maps/foreach_limit2.stp: Remove newline that was confusing the output match. * systemtap.maps/linear_bad.exp: Fix expected output. * systemtap.maps/linear_neg.exp: Ditto. * systemtap.maps/log.*: New files. * systemtap.maps/log_edge.*: New files. * lib/stap_run2.exp (stap_run2): Rewrite. Previous version was too complex and buggy.
Diffstat (limited to 'testsuite/systemtap.maps/linear_neg.exp')
-rw-r--r--testsuite/systemtap.maps/linear_neg.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.maps/linear_neg.exp b/testsuite/systemtap.maps/linear_neg.exp
index fcd1c4dd..b1640030 100644
--- a/testsuite/systemtap.maps/linear_neg.exp
+++ b/testsuite/systemtap.maps/linear_neg.exp
@@ -9,7 +9,7 @@ set ok 0
spawn stap -DMAXACTION=10000 $srcdir/$subdir/$test.stp
expect {
-timeout 150
- "saw: operator \'-\' at *linear_neg.stp" {
+ "Number of buckets" {
incr ok
exp_continue
}