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

tests: protect this test for another kernel

Thisi 3.10.0-862 kernel also dies with this test.
This commit is contained in:
Zdenek Kabelac 2020-09-12 19:08:24 +02:00
parent 9c0d11ecc9
commit 18a60c6340

View File

@ -22,7 +22,7 @@ which mkfs.ext4 || skip
aux have_raid 1 13 2 || skip
case "$(uname -r)" in
5.[89]*) die "Cannot run this test on unfixed kernel." ;;
5.[89]*|3.10.0-862*) die "Cannot run this test on unfixed kernel." ;;
esac
mount_dir="mnt"