diff options
Diffstat (limited to 'plugin/autopath/setup_test.go')
-rw-r--r-- | plugin/autopath/setup_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/autopath/setup_test.go b/plugin/autopath/setup_test.go index 5847e0de5..4644c7d59 100644 --- a/plugin/autopath/setup_test.go +++ b/plugin/autopath/setup_test.go @@ -33,6 +33,7 @@ func TestSetupAutoPath(t *testing.T) { // negative {`autopath kubernetes`, true, "", "", nil, "open kubernetes: no such file or directory"}, {`autopath`, true, "", "", nil, "no resolv-conf"}, + {`autopath ""`, true, "", "", nil, "no such file"}, } for i, test := range tests { |