guix-commits
[Top][All Lists]
Advanced

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

04/04: tests: Adjust search-paths test following the introduction of aar


From: Ludovic Courtès
Subject: 04/04: tests: Adjust search-paths test following the introduction of aarch64.
Date: Mon, 3 Apr 2017 18:12:49 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f73bb91ebe8d78f54bb90d2168b353a4f5210f02
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 4 00:06:37 2017 +0200

    tests: Adjust search-paths test following the introduction of aarch64.
    
    Fixes a regression introduced in
    3b88f3767d9f3ad2cc64173525cd53d429bfe7e7.
    
    * tests/search-paths.scm ("evaluate-search-paths, separator is #f"):
    Change the expected result to "aarch64-linux".
---
 tests/search-paths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/search-paths.scm b/tests/search-paths.scm
index 2a4c18d..8dad424 100644
--- a/tests/search-paths.scm
+++ b/tests/search-paths.scm
@@ -29,7 +29,7 @@
 
 (test-equal "evaluate-search-paths, separator is #f"
   (string-append %top-srcdir
-                 "/gnu/packages/bootstrap/armhf-linux")
+                 "/gnu/packages/bootstrap/aarch64-linux")
 
   ;; The following search path spec should evaluate to a single item: the
   ;; first directory that matches the "-linux$" pattern in



reply via email to

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