diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-28 21:18:27 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-28 22:22:50 -0400 |
commit | cc7a79a8ade673cc66249c7b4583a0074348b370 (patch) | |
tree | 5acd0036692ba001bb132e4e76e438f9d3cf15cd /tests | |
parent | d2aa65fc672aace78ab5541b9e05694a956ca283 (diff) |
Revert "lint: Append "/info/refs" to git-reference-url."
This reverts commit c9af27d4ca733b20f09019f1465d3e5fdc1ec724.
The change causes 'guix lint' to print URI not reachable (403) errors for
GitHub every URLs.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lint.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lint.scm b/tests/lint.scm index 71e38550a1..ce22e2355a 100644 --- a/tests/lint.scm +++ b/tests/lint.scm @@ -1052,7 +1052,7 @@ (parameterize ((%http-server-port 0)) (with-http-server `((,redirect "")) (test-equal "source, git-reference: 301 -> 200" - (format #f "permanent redirect from ~a/info/refs to ~a" + (format #f "permanent redirect from ~a to ~a" (%local-url) initial-url) (let ((pkg (dummy-package "x" |