test-tool: Display TMPDIR.

This commit is contained in:
Richard Jones
2011-09-14 13:52:39 +01:00
parent cda7fa973c
commit bddde7799b

View File

@@ -165,6 +165,7 @@ main (int argc, char *argv[])
for (i = 0; environ[i] != NULL; ++i)
if (STREQLEN (environ[i], "FEBOOTSTRAP_", 12))
printf ("%s\n", environ[i]);
printf ("TMPDIR=%s\n", getenv ("TMPDIR") ? : "(not set)");
/* Create the handle and configure it. */
g = guestfs_create ();