aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh/config/parser_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssh/config/parser_test.go')
-rw-r--r--lib/ssh/config/parser_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/config/parser_test.go b/lib/ssh/config/parser_test.go
index c1618290..f003776c 100644
--- a/lib/ssh/config/parser_test.go
+++ b/lib/ssh/config/parser_test.go
@@ -101,8 +101,8 @@ func TestConfigParser_load(t *testing.T) {
cases := []struct {
dir string
pattern string
- exp []string
expError string
+ exp []string
}{{
dir: wd,
pattern: "testdata/config",