Skip to content

Commit d49c094

Browse files
committed
mkosi: Stop skipping pkcs11 test on opensuse
A fix was made to the softhsm package so the test now passes.
1 parent 152c894 commit d49c094

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mkosi.images/system/mkosi.postinst.chroot

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ systemd-repart \
5656
"$OUTPUTDIR/keydev.raw"
5757

5858
can_test_pkcs11() {
59-
if [[ "$DISTRIBUTION" == "opensuse" ]]; then
60-
echo "softhsm is broken on opensuse (https://bugzilla.opensuse.org/show_bug.cgi?id=1224356), skipping the PKCS#11 test" >&2
61-
return 1
62-
fi
6359
if ! command -v "softhsm2-util" >/dev/null; then
6460
echo "softhsm2-util not available, skipping the PKCS#11 test" >&2
6561
return 1

0 commit comments

Comments
 (0)