From bbb637f96221733d4e492fa73a68cf7981677db9 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 11 Feb 2013 21:22:25 +0000 Subject: [PATCH] test-tool: Get rid of the "=== Test starts here ===" banner. It confuses things, because that is not always the start of the output. --- test-tool/test-tool.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test-tool/test-tool.c b/test-tool/test-tool.c index 7a5b2c876..d71caed88 100644 --- a/test-tool/test-tool.c +++ b/test-tool/test-tool.c @@ -189,8 +189,6 @@ main (int argc, char *argv[]) make_files (); - printf ("===== Test starts here =====\n"); - /* Print out any environment variables which may relate to this test. */ for (i = 0; environ[i] != NULL; ++i) { if (STRPREFIX (environ[i], "LIBGUESTFS_"))