Fix packer test
This commit is contained in:
parent
4f58b20479
commit
d4d58e3779
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user