diff options
Diffstat (limited to 'tests/sys/common/vnet.subr')
| -rw-r--r-- | tests/sys/common/vnet.subr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/common/vnet.subr b/tests/sys/common/vnet.subr index 0a32e6caf813..245dbaea517a 100644 --- a/tests/sys/common/vnet.subr +++ b/tests/sys/common/vnet.subr @@ -15,7 +15,7 @@ _vnet_check_req() { type=$1 - if kldstat -q -n if_${type}.ko; then + if kldstat -q -m if_${type}; then return fi |
