Commit 5b07e260 authored by Ben Langfeld's avatar Ben Langfeld

Fix export opts tests

parent 8cf0e53b
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment