From 1ebb3575a58b886f5b62789a129547d5f56f0a0a Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 30 Jun 2020 21:32:36 +0200 Subject: [PATCH] test: PAM bug affects Fedora 31 as well --- tests/run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-test.sh b/tests/run-test.sh index 078911e..adf11fa 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -74,7 +74,7 @@ if [ -n "$test_basic" ]; then 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 - if [ "${TEST_OS#rhel}" != "$TEST_OS" ]; then + if [ "${TEST_OS#rhel}" != "$TEST_OS" ] || [ "$TEST_OS" = "fedora-31" ]; then EXCLUDES="$EXCLUDES TestLogin.testExpired" fi