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