summaryrefslogtreecommitdiff
path: root/tests/testing-util/testing-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testing-util/testing-util.c')
-rw-r--r--tests/testing-util/testing-util.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/testing-util/testing-util.c b/tests/testing-util/testing-util.c
index 5229945..4763e46 100644
--- a/tests/testing-util/testing-util.c
+++ b/tests/testing-util/testing-util.c
@@ -249,16 +249,6 @@ testing_util_engine_new_full (gboolean nonglobal_loaders)
(GWeakNotify) engine_weak_notify,
NULL);
- /* The plugins that two-deps depends on must be added
- * to the engine before it. This is used to verify that
- * the engine will order the plugin list correctly.
- */
- peas_engine_add_search_path (engine,
- BUILDDIR "/tests/plugins/builtin",
- SRCDIR "/tests/plugins/builtin");
- peas_engine_add_search_path (engine,
- BUILDDIR "/tests/plugins/loadable",
- SRCDIR "/tests/plugins/loadable");
peas_engine_add_search_path (engine,
BUILDDIR "/tests/plugins",
SRCDIR "/tests/plugins");