Remove need to explicitly set VAGRANT_HOME before running tests (#1580)

Ensure that the tests always set VAGRANT_HOME into the environment to
prevent the global plugin manager from trying to load the plugins under
this directory.
This commit is contained in:
Darragh Bailey
2022-09-06 12:30:18 +01:00
committed by GitHub
parent 316ca8e1d4
commit 1db6618f76
8 changed files with 26 additions and 7 deletions

View File

@@ -3,6 +3,7 @@
require 'spec_helper'
require 'support/sharedcontext'
require 'vagrant-libvirt'
require 'vagrant-libvirt/plugin'