guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: tests: Fix 'publish' test for nix-base32 format.


From: Alex Kost
Subject: 01/01: tests: Fix 'publish' test for nix-base32 format.
Date: Sat, 18 Jul 2015 14:07:55 +0000

alezost pushed a commit to branch master
in repository guix.

commit 9cced526100ceaf303ee9c70b320a6d19f301ae6
Author: Alex Kost <address@hidden>
Date:   Sat Jul 18 17:05:28 2015 +0300

    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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/publish.scm b/tests/publish.scm
index 60f57a8..4d72fdc 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)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]