summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2014-11-17 00:32:49 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2014-11-17 00:32:49 +0100
commit776934aa0811727405434698ab25b2c1e7722fa6 (patch)
tree1ba5e76271a708599b7cdef980d64f19db540089
parentb622a7fe3ffa89e763577c3176a2cc2f1b1e2cdd (diff)
downloadlvm2-776934aa0811727405434698ab25b2c1e7722fa6.tar.gz
tests: skip another older kernel from raid456
-rw-r--r--test/lib/aux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/aux.sh b/test/lib/aux.sh
index dcc86edfc..1c168f065 100644
--- a/test/lib/aux.sh
+++ b/test/lib/aux.sh
@@ -733,7 +733,7 @@ raid456_replace_works() {
3.9.*.fc19.i686*|3.9.*.fc19.x86_64) return 1 ;;
3.1[0123].*.fc18.i686*|3.1[0123].*.fc18.x86_64) return 1 ;;
3.1[01234].*.fc19.i686*|3.1[01234].*.fc19.x86_64) return 1 ;;
- 3.13.*.fc20.i686*|3.13.*.fc20.x86_64) return 1 ;;
+ 3.1[123].*.fc20.i686*|3.1[123].*.fc20.x86_64) return 1 ;;
3.14.*.fc21.i686*|3.14.*.fc21.x86_64) return 1 ;;
3.15.*rc6*.fc21.i686*|3.15.*rc6*.fc21.x86_64) return 1 ;;
3.16.*rc4*.fc21.i686*|3.16.*rc4*.fc21.x86_64) return 1 ;;