From 3f988b9fb39fc073b11466db6f5118a267fbb5cc Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 28 Jul 2024 12:50:37 +0200 Subject: [PATCH] test: use "tty" group rather than "bin" Unlike "bin", "tty" actually means something on modern Linux distros, and is used by a default udev rule, so it's more likely to exist on distros than a group that just exists for historical compatibility with who knows what. "tty" exists on macOS, Debian, and Fedora (the criteria used for choosing "bin" in f2905def ("policy tests: Use bin rather than nogroup, wheel, or root")), but also fixes running the bus test for me on NixOS, which has "tty" but not "bin". Closes: https://gitlab.freedesktop.org/dbus/dbus/-/issues/514 Signed-off-by: Alyssa Ross --- test/data/valid-config-files-system/many-rules.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/data/valid-config-files-system/many-rules.conf b/test/data/valid-config-files-system/many-rules.conf index 8e8930656..59239258b 100644 --- a/test/data/valid-config-files-system/many-rules.conf +++ b/test/data/valid-config-files-system/many-rules.conf @@ -18,7 +18,7 @@ - + @@ -38,7 +38,7 @@ - + @@ -47,7 +47,7 @@ - + -- 2.47.3