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 nbd
|
||||
modprobe zfs
|
||||
modprobe dm_mod
|
||||
modprobe dm_crypt
|
||||
fi
|
||||
|
||||
[ "$1" ] || set -- *.test
|
||||
|
Loading…
Reference in New Issue
Block a user