mirror of
https://github.com/curl/curl.git
synced 2026-07-24 02:47:17 +03:00
test1165: drop reference to deleted CURL_DISABLE_TESTS
Follow-up to bf823397ba #16134
Closes #19929
This commit is contained in:
parent
869248cc3e
commit
421f931e7a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue