test: PAM bug affects Fedora 31 as well

This commit is contained in:
Martin Pitt 2020-06-30 21:32:36 +02:00
parent 7a93eef0fc
commit 1ebb3575a5

View File

@ -74,7 +74,7 @@ if [ -n "$test_basic" ]; then
EXCLUDES="$EXCLUDES TestTuned.testBasic" EXCLUDES="$EXCLUDES TestTuned.testBasic"
# PAM bug in RHEL 8: it shouldn't pwquality the old password when having to set a new one, that's completely counter-productive and wrong # PAM bug in RHEL 8: it shouldn't pwquality the old password when having to set a new one, that's completely counter-productive and wrong
if [ "${TEST_OS#rhel}" != "$TEST_OS" ]; then if [ "${TEST_OS#rhel}" != "$TEST_OS" ] || [ "$TEST_OS" = "fedora-31" ]; then
EXCLUDES="$EXCLUDES TestLogin.testExpired" EXCLUDES="$EXCLUDES TestLogin.testExpired"
fi fi