From 660a2898dc0dbfe9963d8f336e04582955b56b8a Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 28 Mar 2025 01:09:26 +0900 Subject: test/sandbox/ptrace: dump seccomp bpf program Signed-off-by: Ophestra --- test/sandbox/assert.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/sandbox/assert.go') 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 { -- cgit v1.3.1