[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: tests: Set 'SHELL' for 'guix environment'.
From: |
Ludovic Courtès |
Subject: |
02/02: tests: Set 'SHELL' for 'guix environment'. |
Date: |
Mon, 02 Nov 2015 22:53:41 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit b485f756e92fdfef45c28eed4c21f895e1acd47b
Author: Ludovic Courtès <address@hidden>
Date: Mon Nov 2 23:42:31 2015 +0100
tests: Set 'SHELL' for 'guix environment'.
* tests/guix-environment.sh: Export 'SHELL'.
---
tests/guix-environment.sh | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/tests/guix-environment.sh b/tests/guix-environment.sh
index f7b0259..aed27c1 100644
--- a/tests/guix-environment.sh
+++ b/tests/guix-environment.sh
@@ -29,6 +29,10 @@ trap 'rm -r "$tmpdir"' EXIT
mkdir "$tmpdir"
+# 'guix environment' launches /bin/sh if 'SHELL' is unset, so export 'SHELL'
+# since we know it's valid (build environments lack /bin/sh.)
+export SHELL
+
# Check the environment variables for the bootstrap Guile.
guix environment --ad-hoc guile-bootstrap --pure --search-paths > "$tmpdir/a"
guix environment --ad-hoc guile-bootstrap:out --pure --search-paths >
"$tmpdir/b"