Index: head/contrib/netbsd-tests/fs/h_funcs.subr =================================================================== --- head/contrib/netbsd-tests/fs/h_funcs.subr +++ head/contrib/netbsd-tests/fs/h_funcs.subr @@ -45,7 +45,7 @@ # Begin FreeBSD if true; then - if kldload -n ${name}; then + if kldstat -qm ${name} || kldload -n ${name}; then found=yes else found=no