aboutsummaryrefslogtreecommitdiff
path: root/tests/containers.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-10-09 12:33:40 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-10-10 09:00:49 -0400
commita72ccbc25125d0d14cabdc1b0f824f27bb64478b (patch)
treecc5f9b57857a279e839afb0a52a59e7082415c6f /tests/containers.scm
parentf5a21dc4cfe24a97d6af19683af4dc21f20916af (diff)
downloadguix-a72ccbc25125d0d14cabdc1b0f824f27bb64478b.tar
guix-a72ccbc25125d0d14cabdc1b0f824f27bb64478b.tar.gz
build: container: Fix call-with-clean-exit.
Before, call-with-clean-exit would *always* return an exit code of 1. * gnu/build/linux-container.scm (call-with-clean-exit): Exit with status code of 0 if thunk does not throw an exception. * tests/containers.scm: Add test.
Diffstat (limited to 'tests/containers.scm')
-rw-r--r--tests/containers.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/containers.scm b/tests/containers.scm
index 4783f8e8a5..0ba81491ba 100644
--- a/tests/containers.scm
+++ b/tests/containers.scm
@@ -34,6 +34,10 @@
(test-begin "containers")
+(test-assert "call-with-container, exit with 0 when there is no error"
+ (zero?
+ (call-with-container '() (const #t) #:namespaces '(user))))
+
(test-assert "call-with-container, user namespace"
(zero?
(call-with-container '()