summaryrefslogtreecommitdiff
path: root/tests/px-manager-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/px-manager-helper.c')
-rw-r--r--tests/px-manager-helper.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/px-manager-helper.c b/tests/px-manager-helper.c
index c5e0b87..e3129a2 100644
--- a/tests/px-manager-helper.c
+++ b/tests/px-manager-helper.c
@@ -25,10 +25,7 @@
PxManager *
px_test_manager_new (const char *config_plugin, const char *config_option)
{
- g_autofree char *path = g_test_build_filename (G_TEST_BUILT, "../src/backend/plugins", NULL);
-
- return px_manager_new_with_options ("plugins-dir", path,
- "config-plugin", config_plugin,
+ return px_manager_new_with_options ("config-plugin", config_plugin,
"config-option", config_option,
NULL);
}