summaryrefslogtreecommitdiff
path: root/unittest/mytap
diff options
context:
space:
mode:
Diffstat (limited to 'unittest/mytap')
-rw-r--r--unittest/mytap/tap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/unittest/mytap/tap.c b/unittest/mytap/tap.c
index 4e053e3e745..a99da3fd975 100644
--- a/unittest/mytap/tap.c
+++ b/unittest/mytap/tap.c
@@ -169,6 +169,8 @@ static signal_entry install_signal[]= {
void
plan(int const count)
{
+
+ setvbuf(tapout, 0, _IONBF, 0); /* provide output at once */
/*
Install signal handler
*/