~ruther/guix-local

2a4050341f10d9d3e3db0c64ff94279f3fa4d37c — Ludovic Courtès 8 years ago cea25b0
tests: Avoid double slash in URIs.

* tests/publish.scm ("with cache"): Remove extra slash in NAR-URL.  This
would lead to a 'uri-error' exception on Guile 2.2.3.
1 files changed, 1 insertions(+), 1 deletions(-)

M tests/publish.scm
M tests/publish.scm => tests/publish.scm +1 -1
@@ 352,7 352,7 @@ FileSize: ~a~%"
       (let* ((base     "http://localhost:6797/")
              (part     (store-path-hash-part %item))
              (url      (string-append base part ".narinfo"))
              (nar-url  (string-append base "/nar/gzip/" (basename %item)))
              (nar-url  (string-append base "nar/gzip/" (basename %item)))
              (cached   (string-append cache "/gzip/" (basename %item)
                                       ".narinfo"))
              (nar      (string-append cache "/gzip/"