~ruther/guix-local

edca2863bcb52388fe454e14136264a4f7490273 — Janneke Nieuwenhuizen 2 years ago b696fb4
tests: Fix "package-transitive-supported-systems, implicit inputs".

This is a follow-up to commit
    0e08ad7f19d5b29a4883468552b5d213a7bdb66e
    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>
1 files changed, 1 insertions(+), 1 deletions(-)

M tests/packages.scm
M tests/packages.scm => tests/packages.scm +1 -1
@@ 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.