wip lxcconfig tests

This commit is contained in:
2021-05-24 00:11:58 +03:00
parent ccd34cf34b
commit b622d991cf
4 changed files with 67 additions and 38 deletions

View File

@@ -187,9 +187,7 @@ func TestRootFS(t *testing.T) {
}
// Helpers
type (
manifest []string
)
type manifest []string
func (m manifest) Tar(tw *tar.Writer) error {
b, err := json.Marshal(dockerManifestJSON{{Layers: m}})