From: Willem Toorop Date: Wed, 13 Jul 2022 21:00:57 +0000 (+0200) Subject: Fix skipping OpenSSL tests X-Git-Tag: 1.8.2-rc.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a79ab28ca064393774e734f2361cd8011cac201;p=thirdparty%2Fldns.git Fix skipping OpenSSL tests --- diff --git a/test/test_all.sh b/test/test_all.sh index 4bde7432..c727d8a5 100755 --- a/test/test_all.sh +++ b/test/test_all.sh @@ -40,7 +40,7 @@ $TPKG -a ../.. fake 31-load-pyldnsx.tpkg $TPKG -a ../.. fake 32-unbound-regression.tpkg $TPKG -a ../.. fake 999-compile-nossl.tpkg command -v indent || $TPKG -a ../.. fake codingstyle.tpkg -grep -q '^#define HAVE_SSL 1' ../ldns/config.h || ( +grep -q '^#define HAVE_SSL ' ../ldns/config.h || ( $TPKG -a ../.. fake 19-keygen.tpkg $TPKG -a ../.. fake 20-sign-zone.tpkg $TPKG -a ../.. fake 25-ZONEMD.tpkg