mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
@@ -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_"))
|
||||
|
||||
Reference in New Issue
Block a user