chiark / gitweb /
Fix typos of /etc/systemd/systemd
[elogind.git] / src / test / test-unit-file.c
index 8a71ee94bb39545c306ce25e69c112c896012964..c1a2d4a7f3ca35c3198f3aeeb6bba638590532ea 100644 (file)
@@ -256,12 +256,12 @@ static void test_load_env_file_3(void) {
 
 static void test_install_printf(void) {
         char    name[] = "name.service",
-                path[] = "/run/systemd/systemd/name.service",
+                path[] = "/run/systemd/system/name.service",
                 user[] = "xxxx-no-such-user";
         InstallInfo i = {name, path, user};
         InstallInfo i2 = {name, path, NULL};
         char    name3[] = "name@inst.service",
-                path3[] = "/run/systemd/systemd/name.service";
+                path3[] = "/run/systemd/system/name.service";
         InstallInfo i3 = {name3, path3, user};
         InstallInfo i4 = {name3, path3, NULL};