Fix packer test

This commit is contained in:
Mitchell Hashimoto 2013-08-12 09:19:24 -07:00
parent 769c349def
commit 365efae584
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ func TestExtractMachineReadable(t *testing.T) {
}
// Yes
args = []string{"foo", "--machine-readable", "baz"}
args = []string{"foo", "-machine-readable", "baz"}
result, mr = extractMachineReadable(args)
expected = []string{"foo", "baz"}
if !reflect.DeepEqual(result, expected) {