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'.
master
Alex Kost 2015-07-18 17:05:28 +03:00
parent e881752c39
commit 9cced52610
1 changed files with 1 additions and 1 deletions

View File

@ -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)))))