]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-execute.c
tree-wide: rename path_join_many() to path_join()
[thirdparty/systemd.git] / src / test / test-execute.c
index 85f13cbe97beb7e23f9aab82a37c45ea3c252bf5..fdde079cefc1cf46f2688f5262a60a3d281935f5 100644 (file)
@@ -781,7 +781,7 @@ int main(int argc, char *argv[]) {
                 return log_tests_skipped("cgroupfs not available");
 
         assert_se(runtime_dir = setup_fake_runtime_dir());
-        test_execute_path = path_join_many(get_testdata_dir(), "test-execute");
+        test_execute_path = path_join(get_testdata_dir(), "test-execute");
         assert_se(set_unit_path(test_execute_path) >= 0);
 
         /* Unset VAR1, VAR2 and VAR3 which are used in the PassEnvironment test