Fix QEMU fmt miss

pull/7836/head
Jayson Cofell 7 years ago
parent f1ad385669
commit 4b0a7b0af7

@ -635,7 +635,7 @@ func TestBuilderPrepare_QMP(t *testing.T) {
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) {
t.Fatalf("Bad QMP socket Path: %s", b.config.QMPSocketPath)
}

Loading…
Cancel
Save