Fix test for VBoxManage

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2014-12-09 16:15:47 -08:00
parent c4366fb0a5
commit 1d83284129
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func (d *Driver) Create() error {
)
// Check that VBoxManage exists and works
if err = vbm(""); err != nil {
if err = vbm(); err != nil {
return err
}