mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05: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:
parent
062158cd7e
commit
e464ac6672
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ (define requisites*
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue