mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
tests: Actually run 'tests/guix-environment-container.sh'.
This test was skipped since the switch to Guile 3 because 'assert-container-features' would be inlined and thus accessing it with @@ would fail with an unbound-variable error. * guix/scripts/environment.scm (assert-container-features): Export. * tests/guix-environment-container.sh: Use single '@'.
This commit is contained in:
parent
cdea526556
commit
90f496be9a
2 changed files with 3 additions and 2 deletions
|
@ -24,7 +24,7 @@ set -e
|
|||
|
||||
guix environment --version
|
||||
|
||||
if ! guile -c '((@@ (guix scripts environment) assert-container-features))'
|
||||
if ! guile -c '((@ (guix scripts environment) assert-container-features))'
|
||||
then
|
||||
# User containers are not supported; skip this test.
|
||||
exit 77
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue