summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-10-15 10:21:41 +0200
committerLudovic Courtès <ludo@gnu.org>2019-10-15 10:21:41 +0200
commite464ac667297d2acf57e52438a39cadc87b95da2 (patch)
tree4d4dc7086a7e7194f7473be5301010d5996e221b /tests
parent062158cd7e89ccd40381ca96ce016c841507cedb (diff)
downloadguix-patches-e464ac667297d2acf57e52438a39cadc87b95da2.tar
guix-patches-e464ac667297d2acf57e52438a39cadc87b95da2.tar.gz
tests: Skip container test when lacking kernel support.
This is a followup to 96b35998e610c7fc37bf87bf9e07e63d3bebd0a3. * tests/containers.scm ("eval/container, non-empty load path"): Add missing 'skip-if-unsupported' call.
Diffstat (limited to 'tests')
-rw-r--r--tests/containers.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/containers.scm b/tests/containers.scm
index 01fbcbb45a..7b63e5c108 100644
--- a/tests/containers.scm
+++ b/tests/containers.scm
@@ -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)