diff --git a/tests/runtest.sh b/tests/runtest.sh index 4e8b180..ff40e06 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -17,7 +17,7 @@ pushd ibmtpm tar xf ../ibmtpm$IBMTPM_VERSION.tar.gz pushd src # fixup for openssl 3 -sed -i -e "s|OPENSSL_VERSION_NUMBER >= 0x10200000L|OPENSSL_VERSION_NUMBER > 0x30000000L|" TpmToOsslMath.h +sed -i -e "s|OPENSSL_VERSION_NUMBER >= 0x10200000L|OPENSSL_VERSION_NUMBER > 0x30000010L|" TpmToOsslMath.h sed -i -e "s|CCFLAGS = -Wall|CCFLAGS = -Wall -Wno-error=deprecated-declarations|" makefile make @@ -55,10 +55,6 @@ PATH=`pwd`/ibmtpm/src/:.:$PATH export TPM2_ABRMD TPM2_SIM TPM2_TOOLS_TEST_FIXTURES PATH pushd tpm2-tools/test/integration - -# skip test failing because of tpm2-tools -echo "exit 077" > tests/X509certutil.sh - for t in `ls tests/*.sh` do f=`basename $t`