Fix QEMU fmt miss
This commit is contained in:
parent
f1ad385669
commit
4b0a7b0af7
|
@ -635,7 +635,7 @@ func TestBuilderPrepare_QMP(t *testing.T) {
|
||||||
t.Fatalf("should not have error: %s", err)
|
t.Fatalf("should not have error: %s", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
expected := filepath.Join("not-a-real-directory","packer-foo.monitor")
|
expected := filepath.Join("not-a-real-directory", "packer-foo.monitor")
|
||||||
if !reflect.DeepEqual(b.config.QMPSocketPath, expected) {
|
if !reflect.DeepEqual(b.config.QMPSocketPath, expected) {
|
||||||
t.Fatalf("Bad QMP socket Path: %s", b.config.QMPSocketPath)
|
t.Fatalf("Bad QMP socket Path: %s", b.config.QMPSocketPath)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue