tests: Fix "package-transitive-supported-systems, implicit inputs".
This is a follow-up to commit
0e08ad7f19
gnu: linux-libre-headers: Remove i586-gnu from supported-systems.
See also <https://issues.guix.gnu.org/65755>.
* tests/packages.scm ("package-transitive-supported-systems, implicit inputs"):
Filter expectiation with target-linux?, as %current-system is linux.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
parent
b696fb41bc
commit
edca2863bc
|
@ -494,7 +494,7 @@
|
|||
(member "boo" keys))))
|
||||
|
||||
(test-equal "package-transitive-supported-systems, implicit inputs"
|
||||
%supported-systems
|
||||
(filter target-linux? %supported-systems)
|
||||
|
||||
;; Here GNU-BUILD-SYSTEM adds implicit inputs that build only on
|
||||
;; %SUPPORTED-SYSTEMS. Thus the others must be ignored.
|
||||
|
|
Reference in New Issue