diff options
-rw-r--r-- | tests/openpgp/fake-pinentry.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/openpgp/fake-pinentry.c b/tests/openpgp/fake-pinentry.c index 6ef612661..ce897650d 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; } |