diff --git a/test/sandbox/assert.go b/test/sandbox/assert.go index 99ac9e8..72b0f0d 100644 --- a/test/sandbox/assert.go +++ b/test/sandbox/assert.go @@ -1,3 +1,9 @@ +/* +Package sandbox provides utilities for checking sandbox outcome. + +This package must never be used outside integration tests, there is a much better native implementation of mountinfo +in the public sandbox/vfs package. Files in this package are excluded by the build system to prevent accidental misuse. +*/ package sandbox import (