]> git.ozlabs.org Git - ccan/blobdiff - ccan/tap/tap.c
compiler: shorten names of attributes, add UNUSED
[ccan] / ccan / tap / tap.c
index a5156aa194a748ecdf8822d49fde91ce7a0a257f..857528a24429fa12e438e6844f356fa6fee40513 100644 (file)
@@ -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 */
                /* 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;
        }
 }
                run_once = 1;
        }
 }