summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/guix-pack.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-pack.sh b/tests/guix-pack.sh
index 3204e821cfa..37788950d3f 100644
--- a/tests/guix-pack.sh
+++ b/tests/guix-pack.sh
@@ -85,10 +85,10 @@ is_available () {
85if is_available chroot && is_available unshare && unshare -r true; then 85if is_available chroot && is_available unshare && unshare -r true; then
86 # Verify we can use what we built. 86 # Verify we can use what we built.
87 unshare -r chroot . /opt/gnu/bin/guile --version 87 unshare -r chroot . /opt/gnu/bin/guile --version
88 cd -
89else 88else
90 echo "warning: skipped some verification because chroot or unshare is unavailable" >&2 89 echo "warning: skipped some verification because chroot or unshare is unavailable" >&2
91fi 90fi
91cd -
92 92
93# For the tests that build Docker images below, we currently have to use 93# For the tests that build Docker images below, we currently have to use
94# --dry-run because if we don't, there are only two possible cases: 94# --dry-run because if we don't, there are only two possible cases: