test-tool: Get rid of the "=== Test starts here ===" banner.

It confuses things, because that is not always the start
of the output.
This commit is contained in:
Richard W.M. Jones
2013-02-11 21:22:25 +00:00
parent ee61d16e3e
commit bbb637f962

View File

@@ -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_"))