tests: Adjust search-paths test following the introduction of aarch64.
Fixes a regression introduced in
3b88f3767d
.
* tests/search-paths.scm ("evaluate-search-paths, separator is #f"):
Change the expected result to "aarch64-linux".
This commit is contained in:
parent
76c486196f
commit
f73bb91ebe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue