git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1cc71c
)
test-tool: Display TMPDIR.
author
Richard Jones
<rjones@redhat.com>
Wed, 14 Sep 2011 12:52:39 +0000
(13:52 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 16 Sep 2011 14:39:59 +0000
(15:39 +0100)
(cherry picked from commit
bddde7799b80b8292879634548c3c92a3cc1c044
)
test-tool/test-tool.c
patch
|
blob
|
history
diff --git
a/test-tool/test-tool.c
b/test-tool/test-tool.c
index
ca8d9b8
..
55e503f
100644
(file)
--- 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 ();