mkosi: Stop skipping pkcs11 test on opensuse
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 6 Jun 2024 15:29:51 +0000 (17:29 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 6 Jun 2024 16:59:44 +0000 (18:59 +0200)
A fix was made to the softhsm package so the test now passes.

mkosi.images/system/mkosi.postinst.chroot

index acb4e631e9c62a592c2cce904277d6a71845904b..3c8756369d7c30d8bf41f8496cb68d3fe02a4ab3 100755 (executable)
@@ -56,10 +56,6 @@ systemd-repart \
     "$OUTPUTDIR/keydev.raw"
 
 can_test_pkcs11() {
-    if [[ "$DISTRIBUTION" == "opensuse" ]]; then
-        echo "softhsm is broken on opensuse (https://bugzilla.opensuse.org/show_bug.cgi?id=1224356), skipping the PKCS#11 test" >&2
-        return 1
-    fi
     if ! command -v "softhsm2-util" >/dev/null; then
         echo "softhsm2-util not available, skipping the PKCS#11 test" >&2
         return 1