summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-01-07 17:44:10 +0100
committerOndrej Holy <oholy@redhat.com>2019-01-07 17:44:10 +0100
commitf1678f8822c53cbd51c65efe6d38fd4e177a586d (patch)
treefe27d15a5c6d0a43a6f6f612b0319fa23b276962 /test
parentab6723ff454675abe7fad31945b2aebeac5b1e6a (diff)
downloadgvfs-f1678f8822c53cbd51c65efe6d38fd4e177a586d.tar.gz
Revert "build: Use / instead of join_paths"
This reverts commit 9523d8e09e0088c8cd58ace494d47cc3083151fc.
Diffstat (limited to 'test')
-rw-r--r--test/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/meson.build b/test/meson.build
index 271b4a4d..ee73859a 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -1,6 +1,6 @@
if enable_installed_tests
- installed_tests_execdir = gvfs_libexecdir / 'installed-tests' / gvfs_name
- installed_tests_metadir = gvfs_datadir / 'installed-tests' / gvfs_name
+ installed_tests_execdir = join_paths(gvfs_libexecdir, 'installed-tests', gvfs_name)
+ installed_tests_metadir = join_paths(gvfs_datadir, 'installed-tests', gvfs_name)
tests_conf = configuration_data()
tests_conf.set('testdir', installed_tests_execdir)