This commit is contained in:
@ -20,7 +20,7 @@ func TestParseCmdArgs(t *testing.T) {
|
||||
}
|
||||
|
||||
for _, test := range tests {
|
||||
ok, parsed := parseCmdArgs(test.input, false)
|
||||
ok, parsed := parseCmdArgs(test.input)
|
||||
if ok != test.shouldParse {
|
||||
t.Fatalf("[%s] should not parse", strings.Join(test.input, " "))
|
||||
}
|
||||
|
Reference in New Issue
Block a user