From b79f56ce5d8bd95939e3e71986e9da3c50831b35 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 10 Feb 2021 11:12:49 -0500 Subject: [PATCH] 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 --- tests/m_rootdir_acl/script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/m_rootdir_acl/script b/tests/m_rootdir_acl/script index 3e8860c..2a2a4c6 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 -- 1.8.3.1