From b3f8f1cd6f427e82daafbfb8cc02494d50652a643e8e31f2326858710f116aa9 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Thu, 17 Aug 2023 12:39:01 +0000 Subject: [PATCH] fix a regression in unit test in 0001-conf-parser-introduce-early-drop-ins.patch introduced during the merge of v254 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1425 --- 0001-conf-parser-introduce-early-drop-ins.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0001-conf-parser-introduce-early-drop-ins.patch b/0001-conf-parser-introduce-early-drop-ins.patch index 2c13df9..3a2a0c2 100644 --- a/0001-conf-parser-introduce-early-drop-ins.patch +++ b/0001-conf-parser-introduce-early-drop-ins.patch @@ -218,7 +218,7 @@ index 0acb4131b5..88f8ff11be 100644 + assert_se(f); + fprintf(f, + "[Section]\n" -+ "name=%s\n", ++ "Field=%s\n", + *path); + + if (ret_conf_dirs) {