[Pkg-gnupg-commit] [gnupg2] 56/180: tests: Change (interactive-shell) to start an interactive shell

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sat Dec 24 22:29:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit db6d8cfdc118131f497596ef1ffc121949377754
Author: Neal H. Walfield <neal at g10code.com>
Date:   Tue Dec 6 12:13:22 2016 +0100

    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 at g10code.com>
---
 tests/gpgscm/tests.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gpgscm/tests.scm b/tests/gpgscm/tests.scm
index 72afa99..1c170b0 100644
--- a/tests/gpgscm/tests.scm
+++ b/tests/gpgscm/tests.scm
@@ -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))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list