From: Viktor Szakats Date: Thu, 11 Dec 2025 00:52:58 +0000 (+0100) Subject: test1165: drop reference to deleted `CURL_DISABLE_TESTS` X-Git-Tag: rc-8_18_0-2~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=421f931e7aafb9b64c0b15555ec8d828c8e62948;p=thirdparty%2Fcurl.git test1165: drop reference to deleted `CURL_DISABLE_TESTS` Follow-up to bf823397bad09791277e983e44e8f0edc3c089b2 #16134 Closes #19929 --- diff --git a/tests/test1165.pl b/tests/test1165.pl index 049b764647..49806c66ca 100755 --- a/tests/test1165.pl +++ b/tests/test1165.pl @@ -70,7 +70,7 @@ sub scanconf_cmake { while() { if(/(CURL_DISABLE_[A-Z0-9_]+)/g) { my ($sym)=($1); - if(not $sym =~ /^(CURL_DISABLE_INSTALL|CURL_DISABLE_TESTS|CURL_DISABLE_SRP)$/) { + if(not $sym =~ /^(CURL_DISABLE_INSTALL|CURL_DISABLE_SRP)$/) { $hashr->{$sym} = 1; } }