test/check.sh: explicitly load dm_* modules

This commit is contained in:
illiliti 2021-07-31 21:07:53 +03:00
parent b9d168b0e6
commit 015c0f3f0f

View File

@ -28,6 +28,8 @@ if command -v modprobe > /dev/null; then
modprobe kvm modprobe kvm
modprobe nbd modprobe nbd
modprobe zfs modprobe zfs
modprobe dm_mod
modprobe dm_crypt
fi fi
[ "$1" ] || set -- *.test [ "$1" ] || set -- *.test