tests: Change (interactive-shell) to start an interactive shell

* tests/gpgscm/tests.scm (interactive-shell): Start an interactive
shell.

Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
Neal H. Walfield 2016-12-06 12:13:22 +01:00
parent 17c717d7c9
commit db6d8cfdc1
1 changed files with 1 additions and 1 deletions

View File

@ -492,4 +492,4 @@
;; Spawn an os shell.
(define (interactive-shell)
(call-with-fds `(,(getenv "SHELL")) 0 1 2))
(call-with-fds `(,(getenv "SHELL") -i) 0 1 2))