From eb5cb893099e14f9228a114b3647df602a1c831e Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 18 Aug 2024 02:34:01 -0500 Subject: [PATCH 08/34] test: Ensure sysusers test 11 passes on musl libc Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit musl will skip invalid lines, like the o1 group in the sysusers test. Make the line valid so that the test passes. Signed-off-by: Alexander Miroshnichenko --- test/test-sysusers/test-11.initial-group | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-sysusers/test-11.initial-group b/test/test-sysusers/test-11.initial-group index 88d31f2c729a..df98ae771c5f 100644 --- a/test/test-sysusers/test-11.initial-group +++ b/test/test-sysusers/test-11.initial-group @@ -1,4 +1,4 @@ -o1:x:100 +o1:x:100: +giant:::bill,tina,alan,hetty -transport::: +::: -- 2.41.0