Skip to content

Commit 0969202

Browse files
committed
no quotes on non-Windows either
1 parent caee378 commit 0969202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/configssh_internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func Test_sshConfigMatchExecEscape(t *testing.T) {
200200
}{
201201
{"no spaces", "simple", false, false},
202202
{"spaces", "path with spaces", false, false},
203-
{"quotes", "path with \"quotes\"", false, true},
203+
{"quotes", "path with \"quotes\"", true, true},
204204
{"backslashes", "path with\\backslashes", false, false},
205205
{"tabs", "path with \ttabs", false, true},
206206
{"newline fails", "path with \nnewline", true, true},

0 commit comments

Comments
 (0)