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

test: Update kernels to skip thin-flags with

See ed5e5c38b5
This commit is contained in:
Marian Csontos 2016-03-08 09:46:34 +01:00
parent 6d19c14c28
commit 2cf13b701a

View File

@ -1153,6 +1153,8 @@ raid456_replace_works() {
thin_pool_error_works_32() { thin_pool_error_works_32() {
case "$(uname -r)" in case "$(uname -r)" in
2.6.32-618.*.i686) return 1 ;; 2.6.32-618.*.i686) return 1 ;;
2.6.32-623.*.i686) return 1 ;;
2.6.32-573.1[28].1.el6.i686) return 1 ;;
esac esac
} }