Fix export opts tests

pull/919/head
Ben Langfeld 12 years ago
parent 8cf0e53b19
commit 5b07e2604c

@ -10,7 +10,9 @@ func TestExportOptsPrepare_BootWait(t *testing.T) {
// Good
c = new(ExportOpts)
c.ExportOpts = "ovf"
c.ExportOpts = []string{
"--options",
}
errs = c.Prepare(testConfigTemplate(t))
if len(errs) > 0 {
t.Fatalf("should not have error: %s", errs)

Loading…
Cancel
Save