]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1165: drop reference to deleted `CURL_DISABLE_TESTS`
authorViktor Szakats <commit@vsz.me>
Thu, 11 Dec 2025 00:52:58 +0000 (01:52 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 11 Dec 2025 10:42:28 +0000 (11:42 +0100)
Follow-up to bf823397bad09791277e983e44e8f0edc3c089b2 #16134

Closes #19929

tests/test1165.pl

index 049b764647fd93f01870dbebc3efff8786910209..49806c66ca314e11d30ae36a7ad11e184b0717b0 100755 (executable)
@@ -70,7 +70,7 @@ sub scanconf_cmake {
     while(<S>) {
         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;
             }
         }