tests: Adjust ‘package-transitive-supported-systems’ test.

This test broke with commit 8c9493cb31.

* tests/packages.scm ("package-transitive-supported-systems, implicit inputs"):
Change ‘%current-system’ to “riscv64-linux”.

Change-Id: Ia6d69f086cffea4144d2f032038b27ec91e904f3
This commit is contained in:
Ludovic Courtès 2025-09-23 14:31:26 +02:00
parent 7d10553db7
commit ea4eeeed03
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -511,7 +511,11 @@
(build-system gnu-build-system)
(supported-systems
`("does-not-exist" "foobar" ,@%supported-systems)))))
(parameterize ((%current-system "armhf-linux")) ; a traditionally-bootstrapped architecture
;; For '%current-system', pick an old-style-bootstrap (not full-source
;; bootstrap) architecture, and one that uses a version of
;; 'libstdc++-boot0' that has all of %SUPPORTED-SYSTEMS in its
;; 'supported-systems' field.
(parameterize ((%current-system "riscv64-linux"))
(package-transitive-supported-systems p))))
(test-equal "package-transitive-supported-systems: reduced binary seed, implicit inputs"