1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

tests: another kernel with unusable kmem_check

This commit is contained in:
Zdenek Kabelac 2014-03-12 16:16:41 +01:00
parent bf42119b22
commit 8b14ebb2f1

View File

@ -678,7 +678,7 @@ raid456_replace_works() {
#
case $(uname -r) in
3.10.11-200.fc19.i686|3.10.11-200.fc19.x86_64) return 1 ;;
3.13.5-101.fc19.i686.PAE) return 1 ;;
3.13.5-101.fc19.i686.PAE|3.13.6-200.fc20.x86_64) return 1 ;;
esac
}