~ruther/guix-local

9cced526100ceaf303ee9c70b320a6d19f301ae6 — Alex Kost 10 years ago e881752
tests: Fix 'publish' test for nix-base32 format.

This is a followup to commit 3b307162e892e0050836434b12e14376758419cc.

* tests/publish.scm ("/*.narinfo"): Use 'bytevector->nix-base32-string',
  not 'bytevector->base32-string'.
1 files changed, 1 insertions(+), 1 deletions(-)

M tests/publish.scm
M tests/publish.scm => tests/publish.scm +1 -1
@@ 81,7 81,7 @@ NarSize: ~d
References: ~a~%"
                  %item
                  (basename %item)
                  (bytevector->base32-string
                  (bytevector->nix-base32-string
                   (path-info-hash info))
                  (path-info-nar-size info)
                  (basename (first (path-info-references info)))))