summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/test.c b/common/test.c
index 9605d03..86c8c52 100644
--- a/common/test.c
+++ b/common/test.c
@@ -501,7 +501,7 @@ p11_test_copy_setgid (const char *input)
return NULL;
}
- path = strdup ("/tmp/test-setgid.XXXXXX");
+ path = strdup (BUILDDIR "/test-setgid.XXXXXX");
assert (path != NULL);
fd = mkstemp (path);