From 3e9eed63ebf83edfca87f096206c6f156181d47dc05a5a3d9f3bc4d97ce3159d 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 2c13df9a..3a2a0c2f 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) {