builder/virtualbox: typo in test

pull/919/head
Mitchell Hashimoto 13 years ago
parent 509712c4a4
commit d289a6a850

@ -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)

Loading…
Cancel
Save