mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
The test TestIpaClientAutomountFileRestore expects a specific order for the automount sources to query in /etc/nsswitch.conf. With authselect update 1.3.0, the databases are sorted in order of likelihood and the following line in seen: automount: files sss instead of automount: sss files Since the test doesn't care about the order but rather about the list of sources, ignore the order. Fixes: https://pagure.io/freeipa/issue/9067 Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>