diff options
Diffstat (limited to 'config_test.go')
| -rw-r--r-- | config_test.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config_test.go b/config_test.go index 772ea1e..c0b1993 100644 --- a/config_test.go +++ b/config_test.go @@ -18,6 +18,13 @@ func TestNewConfig(t *testing.T) { } var cases = []testCase{{ + desc: `With file not exist`, + configFile: `testdata/config-not-exist`, + expConfig: &config{ + file: `testdata/config-not-exist`, + isNotExist: true, + }, + }, { desc: `With openssh rsa`, configFile: `testdata/rsa.conf`, expConfig: &config{ |
