Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
improve comment
  • Loading branch information
mafredri committed Jul 8, 2024
commit bec1f01e3a5bb06958f357f95686507529cdf879
2 changes: 1 addition & 1 deletion cli/configssh_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ func Test_sshConfigOptions_addOption(t *testing.T) {
},
Add: []string{
"b c",
"a=", // Remove all entries that start with "a", i.e. next line.
"a ", // Empty value, means remove all following entries that start with "a", i.e. next line.
"A hello",
"hello world",
},
Expand Down