summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-08-29 19:34:01 +0200
committerMark Wielaard <mjw@redhat.com>2009-08-29 19:34:01 +0200
commitb976c46167e5a522a8d8d7a23d602d5f15d6e750 (patch)
tree059284f08d8ba8c42c0075ac44e62e625b72eb4b /testsuite
parent0226553baaf948fbffe403a2ca05bfb12960349c (diff)
downloadsystemtap-steved-b976c46167e5a522a8d8d7a23d602d5f15d6e750.tar.gz
systemtap-steved-b976c46167e5a522a8d8d7a23d602d5f15d6e750.tar.xz
systemtap-steved-b976c46167e5a522a8d8d7a23d602d5f15d6e750.zip
Tighten kernel.function alias_tapset.exp expect regexp to match precisely.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/systemtap.base/alias_tapset.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/alias_tapset.exp b/testsuite/systemtap.base/alias_tapset.exp
index b5e39400..ce09bad5 100644
--- a/testsuite/systemtap.base/alias_tapset.exp
+++ b/testsuite/systemtap.base/alias_tapset.exp
@@ -13,7 +13,7 @@ eval spawn $cmd
expect {
-timeout 60
-re {^never[^\r\n]+\r\n} { incr never_found; exp_continue }
- -re {^kernel[^\r\n]function.+\r\n} { incr kernel_function_found; exp_continue }
+ -re {^kernel\.function[^\r\n]+\r\n} { incr kernel_function_found; exp_continue }
-re {^timer[^\r\n]+\r\n} { incr timer_found; exp_continue }
-re {^[^\r\n]+\r\n} {
# ignore output we're not interested in