diff options
-rw-r--r-- | test-tool/test-tool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-tool/test-tool.c b/test-tool/test-tool.c index ca8d9b8c..55e503f1 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 (); |