[Pkg-gnupg-commit] [gnupg2] 139/292: tests: Flush stdout in the fake pinentry.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Nov 21 06:31:35 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 ca9597f080f70a8435daaeb5449bef0462a1402a
Author: Justus Winter <justus at g10code.com>
Date:   Thu Oct 20 16:50:11 2016 +0200

    tests: Flush stdout in the fake pinentry.
    
    * tests/openpgp/fake-pinentry.c (reply): Flush stdout.
    
    Fixes-commit: 94504b3d5af126abb591dedda1ca0f0970822f55
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 tests/openpgp/fake-pinentry.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/openpgp/fake-pinentry.c b/tests/openpgp/fake-pinentry.c
index 6ef6126..ce89765 100644
--- a/tests/openpgp/fake-pinentry.c
+++ b/tests/openpgp/fake-pinentry.c
@@ -42,6 +42,7 @@ reply (const char *fmt, ...)
   result = vprintf (fmt, ap);
   va_end (ap);
 
+  fflush (stdout);
   return result;
 }
 

-- 
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