X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=test-tool%2Ftest-tool.c;h=55e503f15281751550d03918da45a9be89d087ab;hb=refs%2Ftags%2F1.13.12;hp=ca8d9b8c41ca107ac51845861d10d5996118123b;hpb=912284b02e28bd63bdf3397ef841b9782adfd2cd;p=libguestfs.git diff --git a/test-tool/test-tool.c b/test-tool/test-tool.c index ca8d9b8..55e503f 100644 --- a/test-tool/test-tool.c +++ b/test-tool/test-tool.c @@ -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 ();