summaryrefslogtreecommitdiffstats
path: root/utils/cache_gc/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'utils/cache_gc/meson.build')
-rw-r--r--utils/cache_gc/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/cache_gc/meson.build b/utils/cache_gc/meson.build
index 1febfabb..02ab6c63 100644
--- a/utils/cache_gc/meson.build
+++ b/utils/cache_gc/meson.build
@@ -25,7 +25,7 @@ if build_utils
)
integr_tests += [
- ['gc_cache_overflow', join_paths(meson.current_source_dir(), 'test.integr')],
+ ['gc_cache_overflow', meson.current_source_dir() / 'test.integr'],
]
endif