aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/packages.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/packages.scm b/tests/packages.scm
index 2b4f9f8e90..a623628447 100644
--- a/tests/packages.scm
+++ b/tests/packages.scm
@@ -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.