diff -r 5fae379060a7 -r bf6a71c50e42 glib/tests/module-test.c --- a/glib/tests/module-test.c Fri Jun 11 15:26:22 2010 +0300 +++ b/glib/tests/module-test.c Wed Aug 18 11:27:44 2010 +0300 @@ -94,14 +94,10 @@ #ifndef __SYMBIAN32__ dir = g_get_current_dir () -#else - dir = "z:\\sys\\bin"; #endif - plugin_a = g_strconcat (dir, G_DIR_SEPARATOR_S, "libmoduletestplugin_a.dll", - NULL); - plugin_b = g_strconcat (dir, G_DIR_SEPARATOR_S, "libmoduletestplugin_b.dll", - NULL); + plugin_a = "libmoduletestplugin_a.dll"; + plugin_b = "libmoduletestplugin_b.dll"; #ifndef __SYMBIAN32__ g_free (dir);