mirror of https://github.com/docker/docs.git
Fix test for VBoxManage
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
c4366fb0a5
commit
1d83284129
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue