summaryrefslogtreecommitdiff
path: root/tests/guix-shell.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/guix-shell.sh')
-rw-r--r--tests/guix-shell.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/guix-shell.sh b/tests/guix-shell.sh
index b2f820bf26d..4eb4a3196cd 100644
--- a/tests/guix-shell.sh
+++ b/tests/guix-shell.sh
@@ -35,6 +35,9 @@ guix shell --bootstrap --pure guile-bootstrap -- guile --version
35# '--symlink' can only be used with --container. 35# '--symlink' can only be used with --container.
36guix shell --bootstrap guile-bootstrap -S /dummy=bin/guile && false 36guix shell --bootstrap guile-bootstrap -S /dummy=bin/guile && false
37 37
38# '--cwd' can only be used with --container.
39guix shell --cwd=/tmp -n hello && false
40
38# '--ad-hoc' is a thing of the past. 41# '--ad-hoc' is a thing of the past.
39guix shell --ad-hoc guile-bootstrap && false 42guix shell --ad-hoc guile-bootstrap && false
40 43