From 6bebd5747aa49d4a124d23d4967f65a771799fe5 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sat, 1 Jun 2019 09:17:00 +0200 Subject: tests: Add tmpdir argument to p11_test_copy_setgid To prevent BUILDDIR being embedded in the library. --- p11-kit/test-conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p11-kit/test-conf.c') diff --git a/p11-kit/test-conf.c b/p11-kit/test-conf.c index a140aaa..f4ef0f6 100644 --- a/p11-kit/test-conf.c +++ b/p11-kit/test-conf.c @@ -410,7 +410,7 @@ test_setuid (void) ret = p11_test_run_child (args, true); assert_num_eq (ret, 33); - path = p11_test_copy_setgid (args[0]); + path = p11_test_copy_setgid (args[0], BUILDDIR); if (path == NULL) return; -- cgit v1.1