diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/guix-pack.sh | 2 |
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 () { | |||
| 85 | if is_available chroot && is_available unshare && unshare -r true; then | 85 | if 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 - | ||
| 89 | else | 88 | else |
| 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 |
| 91 | fi | 90 | fi |
| 91 | cd - | ||
| 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: |
