diff options
Diffstat (limited to 'testsuite/reftests/reftest-module.c')
-rw-r--r-- | testsuite/reftests/reftest-module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/reftests/reftest-module.c b/testsuite/reftests/reftest-module.c index 536b34d0ec..78fd1833aa 100644 --- a/testsuite/reftests/reftest-module.c +++ b/testsuite/reftests/reftest-module.c @@ -99,7 +99,7 @@ reftest_module_new (const char *directory, if (module == NULL) { /* libtool hack */ - char *libtool_dir = g_build_path (directory, ".libs", NULL); + char *libtool_dir = g_build_filename (directory, ".libs", NULL); g_free (full_path); full_path = g_module_build_path (libtool_dir, module_name); |