]> sourceware.org Git - systemtap.git/commitdiff
Allow preprocessor.exp test to work with 5.x kernels
authorWilliam Cohen <wcohen@redhat.com>
Fri, 3 May 2019 18:44:31 +0000 (14:44 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Fri, 3 May 2019 18:44:31 +0000 (14:44 -0400)
testsuite/systemtap.base/preprocessor.exp

index 6365da7a1023915ac7f9406a1512b4c285e632b2..86e8c51c95fedfaee625bd732ed6f5baa9a8e2df 100644 (file)
@@ -2,7 +2,7 @@
 set kvr [exec uname -r]
 set kv [exec uname -r | cut -f1 -d-]
 # a pattern bound to match
-set kr {[234]?[0-9]*}
+set kr {[2345]?[0-9]*}
 # a pattern bound to mismatch
 set krx {?noSuchKernel*}
 
This page took 0.030531 seconds and 5 git commands to generate.