aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/openpgp/fake-pinentry.c1
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;
}