summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorTomas Krizek <tomas.krizek@nic.cz>2020-10-16 11:04:28 +0200
committerTomas Krizek <tomas.krizek@nic.cz>2020-11-23 15:44:59 +0100
commitf527ec4eeaea36e817d18670a426d3da47b3896c (patch)
treecc195d4254247c089f507d4f321f0d136966716e /utils
parentMerge branch 'pgp-keyring' into 'master' (diff)
downloadknot-resolver-f527ec4eeaea36e817d18670a426d3da47b3896c.tar.xz
knot-resolver-f527ec4eeaea36e817d18670a426d3da47b3896c.zip
meson: use / instead of join_paths
Diffstat (limited to 'utils')
-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