aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/openbsd/init_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/openbsd/init_test.go b/sys/openbsd/init_test.go
index 6be30356e..7d2fdc021 100644
--- a/sys/openbsd/init_test.go
+++ b/sys/openbsd/init_test.go
@@ -9,7 +9,7 @@ import (
_ "github.com/google/syzkaller/sys/openbsd/gen"
)
-func TestSanitizeMknodCall(t *testing.T) {
+func TestSanitizeCall(t *testing.T) {
target, err := prog.GetTarget("openbsd", "amd64")
if err != nil {
t.Fatal(err)