summaryrefslogtreecommitdiff
path: root/common/test-compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/test-compat.c')
-rw-r--r--common/test-compat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/test-compat.c b/common/test-compat.c
index 8b5d2e6..e1deac8 100644
--- a/common/test-compat.c
+++ b/common/test-compat.c
@@ -70,7 +70,7 @@ test_getauxval (void)
ret = p11_test_run_child (args, true);
assert_num_eq (ret, 0);
- path = p11_test_copy_setgid (args[0]);
+ path = p11_test_copy_setgid (args[0], BUILDDIR);
if (path == NULL)
return;
@@ -95,7 +95,7 @@ test_secure_getenv (void)
ret = p11_test_run_child (args, true);
assert_num_eq (ret, 5);
- path = p11_test_copy_setgid (args[0]);
+ path = p11_test_copy_setgid (args[0], BUILDDIR);
if (path == NULL)
return;