diff options
Diffstat (limited to 'test/sandbox')
| -rw-r--r-- | test/sandbox/assert.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/sandbox/assert.go b/test/sandbox/assert.go index 99ac9e8c..72b0f0de 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 ( |
