From: Theodore Ts'o Date: Wed, 10 Feb 2021 16:12:49 +0000 (-0500) Subject: tests: fix environmental dependency in m_rootdir_acl X-Git-Tag: v1.46.2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b79f56ce5d8bd95939e3e71986e9da3c50831b35;p=thirdparty%2Fe2fsprogs.git tests: fix environmental dependency in m_rootdir_acl The test script had a dependency on the group id for the "adm" group being 4. Fixed by hard-coding the group id for the default acl for the acl_dir directory. Signed-off-by: Theodore Ts'o --- diff --git a/tests/m_rootdir_acl/script b/tests/m_rootdir_acl/script index 3e8860c83..2a2a4c67f 100644 --- a/tests/m_rootdir_acl/script +++ b/tests/m_rootdir_acl/script @@ -40,7 +40,7 @@ mask::r-x other::r-x default:user::rwx default:group::r-x -default:group:adm:r-x +default:group:4:r-x default:mask::r-x default:other::r-x EOF