glib/tests/module-test.c
changeset 52 bf6a71c50e42
parent 18 47c74d1534e1
--- 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);