mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
tests 140X: fix --libcurl generated source file reading mode for MSYS builds
This commit is contained in:
parent
fe7613932e
commit
e6a89cb6c4
@ -50,7 +50,7 @@ s/(USERAGENT, \")[^\"]+/${1}stripped/
|
||||
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
|
||||
$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
|
||||
</stripfile>
|
||||
<file name="log/test1400.c">
|
||||
<file name="log/test1400.c" mode="text">
|
||||
/********* Sample code generated by the curl command line tool **********
|
||||
* All curl_easy_setopt() options are documented at:
|
||||
* http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
|
||||
|
@ -55,7 +55,7 @@ X-Men: cyclops, iceman
|
||||
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
|
||||
$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
|
||||
</stripfile>
|
||||
<file name="log/test1401.c">
|
||||
<file name="log/test1401.c" mode="text">
|
||||
/********* Sample code generated by the curl command line tool **********
|
||||
* All curl_easy_setopt() options are documented at:
|
||||
* http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
|
||||
|
@ -56,7 +56,7 @@ s/(USERAGENT, \")[^\"]+/${1}stripped/
|
||||
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
|
||||
$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
|
||||
</stripfile>
|
||||
<file name="log/test1402.c">
|
||||
<file name="log/test1402.c" mode="text">
|
||||
/********* Sample code generated by the curl command line tool **********
|
||||
* All curl_easy_setopt() options are documented at:
|
||||
* http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
|
||||
|
@ -53,7 +53,7 @@ s/(USERAGENT, \")[^\"]+/${1}stripped/
|
||||
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
|
||||
$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
|
||||
</stripfile>
|
||||
<file name="log/test1403.c">
|
||||
<file name="log/test1403.c" mode="text">
|
||||
/********* Sample code generated by the curl command line tool **********
|
||||
* All curl_easy_setopt() options are documented at:
|
||||
* http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
|
||||
|
@ -88,7 +88,7 @@ s/(USERAGENT, \")[^\"]+/${1}stripped/
|
||||
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
|
||||
$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
|
||||
</stripfile>
|
||||
<file name="log/test1404.c">
|
||||
<file name="log/test1404.c" mode="text">
|
||||
/********* Sample code generated by the curl command line tool **********
|
||||
* All curl_easy_setopt() options are documented at:
|
||||
* http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
|
||||
|
@ -56,7 +56,7 @@ RETR 1405
|
||||
NOOP 3
|
||||
QUIT
|
||||
</protocol>
|
||||
<file name="log/test1405.c">
|
||||
<file name="log/test1405.c" mode="text">
|
||||
/********* Sample code generated by the curl command line tool **********
|
||||
* All curl_easy_setopt() options are documented at:
|
||||
* http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
|
||||
|
@ -52,7 +52,7 @@ body
|
||||
|
||||
.
|
||||
</upload>
|
||||
<file name="log/test1406.c">
|
||||
<file name="log/test1406.c" mode="text">
|
||||
/********* Sample code generated by the curl command line tool **********
|
||||
* All curl_easy_setopt() options are documented at:
|
||||
* http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
|
||||
|
@ -39,7 +39,7 @@ PASS secret
|
||||
LIST 1407
|
||||
QUIT
|
||||
</protocol>
|
||||
<file name="log/test1407.c">
|
||||
<file name="log/test1407.c" mode="text">
|
||||
/********* Sample code generated by the curl command line tool **********
|
||||
* All curl_easy_setopt() options are documented at:
|
||||
* http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
|
||||
|
Loading…
Reference in New Issue
Block a user