diff --git a/client/driver/lxc_test.go b/client/driver/lxc_test.go index 308d05bb8..d21a0235b 100644 --- a/client/driver/lxc_test.go +++ b/client/driver/lxc_test.go @@ -212,19 +212,19 @@ func TestLxcDriver_Volumes_ConfigValidation(t *testing.T) { ctestutil.RequireRoot(t) brokenVolumeConfigs := [][]string{ - []string{ + { "foo:/var", }, - []string{ + { ":", }, - []string{ + { "abc:", }, - []string{ + { ":def", }, - []string{ + { "abc:def:ghi", }, }