Whamcloud - gitweb
tests: fix environmental dependency in m_rootdir_acl
authorTheodore Ts'o <tytso@mit.edu>
Wed, 10 Feb 2021 16:12:49 +0000 (11:12 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 10 Feb 2021 16:12:49 +0000 (11:12 -0500)
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 <tytso@mit.edu>
tests/m_rootdir_acl/script

index 3e8860c..2a2a4c6 100644 (file)
@@ -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