Fix QEMU fmt miss

This commit is contained in:
Jayson Cofell 2019-07-10 13:12:31 -06:00
parent f1ad385669
commit 4b0a7b0af7
1 changed files with 1 additions and 1 deletions

View File

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