From 0d4b3adee4e18e1a53fdfd0c7f38c35bfc366595 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Thu, 28 May 2015 11:08:37 -0400 Subject: [PATCH] Allow preprocessor.exp test to recognize 4.x kernels --- testsuite/systemtap.base/preprocessor.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/systemtap.base/preprocessor.exp b/testsuite/systemtap.base/preprocessor.exp index 8aa270f97..6365da7a1 100644 --- a/testsuite/systemtap.base/preprocessor.exp +++ b/testsuite/systemtap.base/preprocessor.exp @@ -2,7 +2,7 @@ set kvr [exec uname -r] set kv [exec uname -r | cut -f1 -d-] # a pattern bound to match -set kr {[23]?[0-9]*} +set kr {[234]?[0-9]*} # a pattern bound to mismatch set krx {?noSuchKernel*} -- 2.43.5