From c15878671465ebaf41d45c00a4cf53e34bf00f8f Mon Sep 17 00:00:00 2001 From: Karel Srot Date: Mon, 14 Nov 2022 07:45:15 +0100 Subject: [PATCH] Accept exit code 6 --- Sanity/tools-should-inform-user-about-pkcs11-group/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sanity/tools-should-inform-user-about-pkcs11-group/runtest.sh b/Sanity/tools-should-inform-user-about-pkcs11-group/runtest.sh index 7d90bf3..84ce1bc 100755 --- a/Sanity/tools-should-inform-user-about-pkcs11-group/runtest.sh +++ b/Sanity/tools-should-inform-user-about-pkcs11-group/runtest.sh @@ -41,7 +41,7 @@ rlJournalStart rlPhaseEnd rlPhaseStartTest - rlRun -s "su - bz1063763user -c 'pkcsconf -t'" 144 + rlRun -s "su - bz1063763user -c 'pkcsconf -t'" 144,6 rlAssertGrep "Error initializing the PKCS11 library" $rlRun_LOG rlAssertGrep "Note: all non-root users that require access to PKCS#11 tokens using opencryptoki must be assigned to the pkcs11 group to be able to communicate with the pkcsslotd daemon." $rlRun_LOG rlPhaseEnd