test/check.sh: explicitly load dm_* modules
This commit is contained in:
parent
b9d168b0e6
commit
015c0f3f0f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user