]> sourceware.org Git - systemtap.git/commitdiff
Allow preprocessor.exp test to recognize 4.x kernels
authorWilliam Cohen <wcohen@redhat.com>
Thu, 28 May 2015 15:08:37 +0000 (11:08 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Thu, 28 May 2015 15:08:37 +0000 (11:08 -0400)
testsuite/systemtap.base/preprocessor.exp

index 8aa270f972fad7a1a3c36bb6df6c58bf4bd5f856..6365da7a1023915ac7f9406a1512b4c285e632b2 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 {[23]?[0-9]*}
+set kr {[234]?[0-9]*}
 # a pattern bound to mismatch
 set krx {?noSuchKernel*}
 
This page took 0.029086 seconds and 5 git commands to generate.