Commit e6a89cb6 authored by Yang Tse's avatar Yang Tse
Browse files

tests 140X: fix --libcurl generated source file reading mode for MSYS builds

parent fe761393
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -50,7 +50,7 @@ s/(USERAGENT, \")[^\"]+/${1}stripped/
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
</stripfile>
</stripfile>
<file name="log/test1400.c">
<file name="log/test1400.c" mode="text">
/********* Sample code generated by the curl command line tool **********
/********* Sample code generated by the curl command line tool **********
 * All curl_easy_setopt() options are documented at:
 * All curl_easy_setopt() options are documented at:
 * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
 * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
+1 −1
Original line number Original line Diff line number Diff line
@@ -55,7 +55,7 @@ X-Men: cyclops, iceman
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
</stripfile>
</stripfile>
<file name="log/test1401.c">
<file name="log/test1401.c" mode="text">
/********* Sample code generated by the curl command line tool **********
/********* Sample code generated by the curl command line tool **********
 * All curl_easy_setopt() options are documented at:
 * All curl_easy_setopt() options are documented at:
 * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
 * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
+1 −1
Original line number Original line Diff line number Diff line
@@ -56,7 +56,7 @@ s/(USERAGENT, \")[^\"]+/${1}stripped/
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
</stripfile>
</stripfile>
<file name="log/test1402.c">
<file name="log/test1402.c" mode="text">
/********* Sample code generated by the curl command line tool **********
/********* Sample code generated by the curl command line tool **********
 * All curl_easy_setopt() options are documented at:
 * All curl_easy_setopt() options are documented at:
 * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
 * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
+1 −1
Original line number Original line Diff line number Diff line
@@ -53,7 +53,7 @@ s/(USERAGENT, \")[^\"]+/${1}stripped/
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
</stripfile>
</stripfile>
<file name="log/test1403.c">
<file name="log/test1403.c" mode="text">
/********* Sample code generated by the curl command line tool **********
/********* Sample code generated by the curl command line tool **********
 * All curl_easy_setopt() options are documented at:
 * All curl_easy_setopt() options are documented at:
 * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
 * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
+1 −1
Original line number Original line Diff line number Diff line
@@ -88,7 +88,7 @@ s/(USERAGENT, \")[^\"]+/${1}stripped/
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
</stripfile>
</stripfile>
<file name="log/test1404.c">
<file name="log/test1404.c" mode="text">
/********* Sample code generated by the curl command line tool **********
/********* Sample code generated by the curl command line tool **********
 * All curl_easy_setopt() options are documented at:
 * All curl_easy_setopt() options are documented at:
 * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
 * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
Loading