tests: Actually run 'tests/guix-environment-container.sh'.
authorLudovic Courtès <ludo@gnu.org>
Sat, 20 Jun 2020 10:54:05 +0000 (12:54 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 20 Jun 2020 11:18:11 +0000 (13:18 +0200)
commit90f496be9ad53802fd260cac3840e7bae24a3e39
treed1906d59cc1ee090c51d0b92d7fc250579c5166f
parentcdea526556b1d19e823fe6d5ec010a58278e25d3
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 '@'.
guix/scripts/environment.scm
tests/guix-environment-container.sh