mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
tests: Flush stdout in the fake pinentry.
* tests/openpgp/fake-pinentry.c (reply): Flush stdout. Fixes-commit: 94504b3d5af126abb591dedda1ca0f0970822f55 Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
8c7c4faf3d
commit
ca9597f080
@ -42,6 +42,7 @@ reply (const char *fmt, ...)
|
||||
result = vprintf (fmt, ap);
|
||||
va_end (ap);
|
||||
|
||||
fflush (stdout);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user