X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Ftap.c;h=a54fd178d12f96cf9a32ac591754526c4149e4b4;hb=952ac385ed9783a38bc5ad2611d424a18286f206;hp=bd7f81cc1eeeb61f455e8c756610e04b0a6d9acb;hpb=fbae86d664c12e450d3cb702b602701d37781b41;p=ust.git diff --git a/tests/tap.c b/tests/tap.c index bd7f81c..a54fd17 100644 --- a/tests/tap.c +++ b/tests/tap.c @@ -37,7 +37,7 @@ static void *_tap_comment_stdout(void *_unused) if (strncmp(line, "_TAP", 4)) { fprintf(normal_stdout, "# %s", line); } else { - fprintf(normal_stdout, &line[4]); + fprintf(normal_stdout, "# %s", &line[4]); } } pthread_exit(0);