plugin dir parsing

This commit is contained in:
Alex Dadgar
2018-08-30 13:43:09 -07:00
parent 94a21a44e0
commit 9c6de4bb20
8 changed files with 34 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ func TestCommand_Args(t *testing.T) {
},
{
[]string{"-client", "-alloc-dir="},
"Must specify both the state and alloc dir if data-dir is omitted.",
"Must specify the state, alloc dir, and plugin dir if data-dir is omitted.",
},
}
for _, tc := range tcases {