1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

tests: safety first...

This commit is contained in:
Zdenek Kabelac 2023-02-16 14:21:17 +01:00
parent 1788b4b3aa
commit 13b216fbdf

View File

@ -17,6 +17,10 @@ LVM_SKIP_LARGE_TESTS=0
. lib/inittest . lib/inittest
case "$(uname -r)" in
5.19*) skip "Skippen test that kills this kernel" ;;
esac
which mkfs.ext4 || skip which mkfs.ext4 || skip
aux have_raid 1 14 0 || skip aux have_raid 1 14 0 || skip