mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-06 00:58:48 +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:
parent
bfafd2b4e9
commit
6e8a32e4fd
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user