summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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