builder/virtualbox: typo in test

This commit is contained in:
Mitchell Hashimoto 2013-07-07 09:09:22 -07:00
parent 509712c4a4
commit d289a6a850
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ func TestBuilderPrepare_GuestAdditionsPath(t *testing.T) {
var b Builder
config := testConfig()
delete(config, "disk_size")
delete(config, "guest_additions_path")
err := b.Prepare(config)
if err != nil {
t.Fatalf("bad err: %s", err)