aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host/syscalls_linux_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/host/syscalls_linux_test.go')
-rw-r--r--pkg/host/syscalls_linux_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/host/syscalls_linux_test.go b/pkg/host/syscalls_linux_test.go
index 97f11c25f..375a640ea 100644
--- a/pkg/host/syscalls_linux_test.go
+++ b/pkg/host/syscalls_linux_test.go
@@ -27,11 +27,9 @@ func TestSupportedSyscalls(t *testing.T) {
"memfd_create",
"sendfile",
"bpf$MAP_CREATE",
- "open",
"openat",
"read",
"write",
- "stat",
}
enabled := make(map[*prog.Syscall]bool)
for _, name := range safe {