]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Fix skipping OpenSSL tests
authorWillem Toorop <willem@nlnetlabs.nl>
Wed, 13 Jul 2022 21:00:57 +0000 (23:00 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Wed, 13 Jul 2022 21:00:57 +0000 (23:00 +0200)
test/test_all.sh

index 4bde7432da2a7925eddae897355513aa11d932fc..c727d8a5d9188a32d7a6ee11849784adf7684d44 100755 (executable)
@@ -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