mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
tests: Skip container test when lacking kernel support.
This is a followup to 96b35998e6.
* tests/containers.scm ("eval/container, non-empty load path"): Add
missing 'skip-if-unsupported' call.
This commit is contained in:
@@ -269,6 +269,7 @@
|
||||
(lset= string=? (cons* "." ".." (map basename reqs))
|
||||
(pk (call-with-input-file result read))))))))))
|
||||
|
||||
(skip-if-unsupported)
|
||||
(test-assert "eval/container, non-empty load path"
|
||||
(call-with-temporary-directory
|
||||
(lambda (directory)
|
||||
|
||||
Reference in New Issue
Block a user