From b7476e91ef4370746f85e009becb65ef891cc3d0 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 23 May 2014 22:40:31 +0200 Subject: [PATCH] tests: add unusable kernel for raid5 testing --- test/lib/aux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lib/aux.sh b/test/lib/aux.sh index 01bc1eab5..07ba576c1 100644 --- a/test/lib/aux.sh +++ b/test/lib/aux.sh @@ -702,6 +702,7 @@ raid456_replace_works() { 3.1[0123].*.fc19.i686*|3.1[0123].*.fc19.x86_64) return 1 ;; 3.13.*.fc20.i686*|3.13.*.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 ;; esac }