aboutsummaryrefslogtreecommitdiff
path: root/tests/api/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/api/driver.c')
-rw-r--r--tests/api/driver.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/api/driver.c b/tests/api/driver.c
index b020bee..219549d 100644
--- a/tests/api/driver.c
+++ b/tests/api/driver.c
@@ -122,7 +122,9 @@ main (int argc, const char* argv[])
assert (n > 3 && strcmp (path + n - 3, ".pc") == 0);
pkgconf_client_t* c =
- pkgconf_client_new (error_handler, NULL /* error_handler_data */);
+ pkgconf_client_new (error_handler,
+ NULL /* error_handler_data */,
+ pkgconf_cross_personality_default ());
assert (c != NULL);