X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftap%2Ftap.c;h=857528a24429fa12e438e6844f356fa6fee40513;hp=a5156aa194a748ecdf8822d49fde91ce7a0a257f;hb=1c005e1223d2f8f664ce4b3be6cd7eb4dd449844;hpb=3c81225fc0a4fb99d10282ebf11b7ec6ae1eabdd diff --git a/ccan/tap/tap.c b/ccan/tap/tap.c index a5156aa1..857528a2 100644 --- a/ccan/tap/tap.c +++ b/ccan/tap/tap.c @@ -260,7 +260,7 @@ _tap_init(void) /* stdout needs to be unbuffered so that the output appears in the same place relative to stderr output as it does with Test::Harness */ - setbuf(stdout, 0); +// setbuf(stdout, 0); run_once = 1; } }