From 01b130542b6b58ce77d3dc1b18138bd82f4089d1 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Mon, 7 Mar 2016 20:24:08 +0100 Subject: Add additional group names for root-specific tests The root-specific tests use two additional groups. Add them to test/test.group and don't create / delete the non-standard group with groupadd / groupdel. --- test/root/getfacl.test | 2 -- test/test.group | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/root/getfacl.test b/test/root/getfacl.test index 649ebae..896b9fa 100644 --- a/test/root/getfacl.test +++ b/test/root/getfacl.test @@ -7,7 +7,6 @@ Cry immediately if we are not running as root. $ umask 022 $ mkdir d - $ groupadd loooooooooooooooooooooooonggroup $ setfacl -dm group:loooooooooooooooooooooooonggroup:rwx d $ getfacl -cde d > user::rwx @@ -17,5 +16,4 @@ Cry immediately if we are not running as root. > other::r-x > - $ groupdel loooooooooooooooooooooooonggroup $ rm -r d diff --git a/test/test.group b/test/test.group index 5f9ca8f..7bb1768 100644 --- a/test/test.group +++ b/test/test.group @@ -1,3 +1,5 @@ +root:x:0:root bin:x:1:daemon daemon:x:2: users:x:100: +loooooooooooooooooooooooonggroup:x:1000: -- cgit v1.2.1