diff -r ab61c4cedc64 -r e5d77a29bdca glib/tests/module-test.c --- a/glib/tests/module-test.c Thu Aug 05 18:45:56 2010 +0530 +++ b/glib/tests/module-test.c Thu Aug 05 20:12:17 2010 +0530 @@ -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);