Commit 365efae5 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Fix packer test

parent 769c349d
...@@ -22,7 +22,7 @@ func TestExtractMachineReadable(t *testing.T) { ...@@ -22,7 +22,7 @@ func TestExtractMachineReadable(t *testing.T) {
} }
// Yes // Yes
args = []string{"foo", "--machine-readable", "baz"} args = []string{"foo", "-machine-readable", "baz"}
result, mr = extractMachineReadable(args) result, mr = extractMachineReadable(args)
expected = []string{"foo", "baz"} expected = []string{"foo", "baz"}
if !reflect.DeepEqual(result, expected) { if !reflect.DeepEqual(result, expected) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment