diff options
Diffstat (limited to 'tests/guix-shell.sh')
| -rw-r--r-- | tests/guix-shell.sh | 3 |
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. |
| 36 | guix shell --bootstrap guile-bootstrap -S /dummy=bin/guile && false | 36 | guix shell --bootstrap guile-bootstrap -S /dummy=bin/guile && false |
| 37 | 37 | ||
| 38 | # '--cwd' can only be used with --container. | ||
| 39 | guix 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. |
| 39 | guix shell --ad-hoc guile-bootstrap && false | 42 | guix shell --ad-hoc guile-bootstrap && false |
| 40 | 43 | ||
