1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

tests: avoid killing test machines with kernel bug

Bug 1916891  still applies:

https://bugzilla.redhat.com/show_bug.cgi?id=1916891
This commit is contained in:
Zdenek Kabelac 2021-02-01 15:02:38 +01:00
parent 8bc7bb2dbf
commit 86cd2c6309

View File

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