From 9cced526100ceaf303ee9c70b320a6d19f301ae6 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Sat, 18 Jul 2015 17:05:28 +0300 Subject: [PATCH] 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'. --- tests/publish.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/publish.scm b/tests/publish.scm index 60f57a8ddb..4d72fdc468 100644 --- a/tests/publish.scm +++ b/tests/publish.scm @@ -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)))))