Notification time stamped 2020-07-01 04:04:59 UTC
From 1ebb3575a58b886f5b62789a129547d5f56f0a0a Mon Sep 17 00:00:00 2001
From: Martin Pitt <martin(a)piware.de>
Date: Jul 01 2020 04:04:30 +0000
Subject: test: PAM bug affects Fedora 31 as well
---
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
https://src.fedoraproject.org/rpms/cockpit/c/1ebb3575a58b886f5b62789a129547…
Notification time stamped 2020-07-01 04:03:48 UTC
From abadbbb919e6aefa077bd064045d8623be26161f Mon Sep 17 00:00:00 2001
From: Martin Pitt <martin(a)piware.de>
Date: Jun 30 2020 19:39:53 +0000
Subject: test: PAM bug affects Fedora 31 as well
---
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
https://src.fedoraproject.org/rpms/cockpit/c/abadbbb919e6aefa077bd064045d86…