aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test11.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test11.c')
-rw-r--r--tests/test11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test11.c b/tests/test11.c
index 69b88c7ad4..cb9ff06f01 100644
--- a/tests/test11.c
+++ b/tests/test11.c
@@ -38,7 +38,7 @@ main (int argc, char**argv)
gtk_init (&argc, &argv);
camel_init ();
ex = camel_exception_new ();
- camel_provider_register_as_module ("/opt/gnome/lib/libcamelmbox.so.0");
+ camel_provider_register_as_module ("./libcamelmbox.so.0");
session = camel_session_new ();
store = camel_session_get_store (session, store_url);