From 998ccc760b29ac8cb3cfc3d0e9412cc6ebf306eb Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Thu, 13 Jun 2019 17:13:49 +0200 Subject: sys/openbsd: rename test case --- sys/openbsd/init_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') 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) -- cgit mrf-deployment