mirror of
https://github.com/curl/curl.git
synced 2026-05-20 20:16:20 +03:00
Disable test due to keyword before disabling due to bad server.
This commit is contained in:
parent
019f6a1926
commit
75c369dcca
1 changed files with 4 additions and 4 deletions
|
|
@ -1804,10 +1804,6 @@ sub singletest {
|
|||
last;
|
||||
}
|
||||
|
||||
if(!$why) {
|
||||
$why = serverfortest($testnum);
|
||||
}
|
||||
|
||||
if(!$why) {
|
||||
my @keywords = getpart("info", "keywords");
|
||||
my $k;
|
||||
|
|
@ -1819,6 +1815,10 @@ sub singletest {
|
|||
}
|
||||
}
|
||||
|
||||
if(!$why) {
|
||||
$why = serverfortest($testnum);
|
||||
}
|
||||
|
||||
if(!$why) {
|
||||
my @precheck = getpart("client", "precheck");
|
||||
$cmd = $precheck[0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue