summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.maps/linear_bad.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.maps/linear_bad.exp')
-rw-r--r--testsuite/systemtap.maps/linear_bad.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.maps/linear_bad.exp b/testsuite/systemtap.maps/linear_bad.exp
index 8aa88bb2..d99fd16c 100644
--- a/testsuite/systemtap.maps/linear_bad.exp
+++ b/testsuite/systemtap.maps/linear_bad.exp
@@ -9,7 +9,7 @@ set ok 0
spawn stap -DMAXACTION=10000 $srcdir/$subdir/$test.stp
expect {
-timeout 150
- "WARNING: histogram: Interval is too small." {
+ "WARNING: histogram: Number of buckets" {
incr ok
exp_continue
}