From b976c46167e5a522a8d8d7a23d602d5f15d6e750 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sat, 29 Aug 2009 19:34:01 +0200 Subject: Tighten kernel.function alias_tapset.exp expect regexp to match precisely. --- testsuite/systemtap.base/alias_tapset.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.base') 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 -- cgit