Fix export opts tests

This commit is contained in:
Ben Langfeld 2014-03-14 13:22:44 -03:00
parent 8cf0e53b19
commit 5b07e2604c
1 changed files with 3 additions and 1 deletions

View File

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