[mkstemp truncating output on error]
diff --git c/wrapper.c w/wrapper.c
index 68739aa..a066e2e 100644
--- c/wrapper.c
+++ w/wrapper.c
@@ -229,7 +229,7 @@ int xmkstemp(char *template)
int saved_errno = errno;
const char *nonrelative_template;
- if (!template[0])
+ if (strlen(template) != strlen(origtemplate))
template = origtemplate;
nonrelative_template = absolute_path(template);
Thanks for the quick fix.
I applied this patch to 1.8.0.1, and then the tests get all the way to
t1402 (separate msg when I figure out why).
pgpaC2CMgoYXA.pgp
Description: PGP signature

