aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/syz-check/check.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syz-check/check.go b/tools/syz-check/check.go
index 49152f481..29f88093a 100644
--- a/tools/syz-check/check.go
+++ b/tools/syz-check/check.go
@@ -185,7 +185,7 @@ func writeWarnings(OS string, narches int, warnings []Warn) error {
}
fmt.Fprintf(buf, "%v: %v%v\n", warn.typ, warn.msg, archStr)
}
- warnFile := filepath.Join("sys", OS, file+".warn")
+ warnFile := file + ".warn"
if err := osutil.WriteFile(warnFile, buf.Bytes()); err != nil {
return err
}