diff --git a/snapshot/storage/boltdb/bolt_test.go b/snapshot/storage/boltdb/bolt_test.go index 5e4d379..96a8d26 100644 --- a/snapshot/storage/boltdb/bolt_test.go +++ b/snapshot/storage/boltdb/bolt_test.go @@ -7,6 +7,9 @@ import ( "github.com/docker/containerd/snapshot/storage" "github.com/docker/containerd/snapshot/storage/testsuite" + + // Does not require root but flag must be defined for snapshot tests + _ "github.com/docker/containerd/testutil" ) func BenchmarkSuite(b *testing.B) {