diff options
| author | Anton Lindqvist <anton@basename.se> | 2019-06-13 17:13:49 +0200 |
|---|---|---|
| committer | Anton Lindqvist <anton@basename.se> | 2019-06-13 18:51:26 +0200 |
| commit | 998ccc760b29ac8cb3cfc3d0e9412cc6ebf306eb (patch) | |
| tree | 8e45f3e9fc6308fa2fb41c05877f22279fac088b /sys | |
| parent | dad7ee745f0abc782ab120ba0cee9e6c1aec2d9c (diff) | |
sys/openbsd: rename test case
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/openbsd/init_test.go | 2 |
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) |
