mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01:00
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:
parent
17c717d7c9
commit
db6d8cfdc1
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user