X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftap%2Ftap.c;h=857528a24429fa12e438e6844f356fa6fee40513;hp=a5156aa194a748ecdf8822d49fde91ce7a0a257f;hb=115648946c7a78e87fb45eac6c1759a347d4c7f8;hpb=72c55b03e00085ce993be4a75debef69cb459606 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; } }