Skip to content

Fix kacltest

Ahmad Samir requested to merge work/ahmad/kacltest-fix into master

It seems that acl_from_text() orders the groups in the output according to numeric group id's in an ascending order. On my system audio group id is 494 and users group id is 100. Those numeric ids aren't the same across distros, so we need to test the group id's for the test to pass.

Merge request reports