aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/test-runner/bin/zts-report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-runner/bin/zts-report.py b/tests/test-runner/bin/zts-report.py
index 19730aaaf..1309fef10 100755
--- a/tests/test-runner/bin/zts-report.py
+++ b/tests/test-runner/bin/zts-report.py
@@ -295,7 +295,7 @@ if __name__ == "__main__":
print("\nTests with results other than PASS that are expected:")
for test in sorted(expected):
- issue_url = 'https://github.com/zfsonlinux/zfs/issues/'
+ issue_url = 'https://github.com/openzfs/zfs/issues/'
# Include the reason why the result is expected, given the following:
# 1. Suppress test results which set the "N/A on Linux" reason.