tests: Fix 'publish' test for nix-base32 format.
This is a followup to commit 3b307162e8
.
* tests/publish.scm ("/*.narinfo"): Use 'bytevector->nix-base32-string',
not 'bytevector->base32-string'.
This commit is contained in:
parent
e881752c39
commit
9cced52610
|
@ -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)))))
|
||||
|
|
Loading…
Reference in New Issue