Revert "openldap: disable failing test"

This reverts commit 66e6f6f852.
This commit is contained in:
ajs124 2022-11-21 01:51:21 +01:00
parent 2b3c729654
commit 578b6d336f

View File

@ -92,8 +92,6 @@ stdenv.mkDerivation rec {
preCheck = ''
substituteInPlace tests/scripts/all \
--replace "/bin/rm" "rm"
# fails saying "SASL(-1): generic failure: internal error: failed to init cipher 'rc4'"
rm tests/scripts/test076-authid-rewrite
'';
doCheck = true;