aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sandbox/assert.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/sandbox/assert.go')
-rw-r--r--test/sandbox/assert.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sandbox/assert.go b/test/sandbox/assert.go
index 3a34c736..c4b59fd7 100644
--- a/test/sandbox/assert.go
+++ b/test/sandbox/assert.go
@@ -116,7 +116,7 @@ func (t *T) MustCheck(want *TestCase) {
}
if want.Seccomp {
- if TrySyscalls() != nil {
+ if trySyscalls() != nil {
os.Exit(1)
}
} else {