1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

tests: add unusable kernel for raid5 testing

This commit is contained in:
Zdenek Kabelac 2014-05-23 22:40:31 +02:00
parent c5c3995ed5
commit b7476e91ef

View File

@ -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
}