diff --git a/tests/hwsim/vm/vm-run.sh b/tests/hwsim/vm/vm-run.sh index a4924edac..6feaaaa5c 100755 --- a/tests/hwsim/vm/vm-run.sh +++ b/tests/hwsim/vm/vm-run.sh @@ -29,6 +29,7 @@ KVMOUT=ttyS1 CHANNELS=1 test -f vm-config && . vm-config +test -f ~/.wpas-vm-config && . ~/.wpas-vm-config if [ -z "$KERNEL" ] && [ -z "$KERNELDIR" ] ; then echo "You need to set a KERNEL or KERNELDIR (in the environment or vm-config)"