diff options
author | Yang Tse <yangsita@gmail.com> | 2012-03-18 05:56:07 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-03-18 05:56:07 +0100 |
commit | e6a89cb6c4f0ed51a41425cf78a56394f397c5e5 (patch) | |
tree | 0f14b1e5a4a61b10edfc30ede5589c94dfa49ec3 /tests/data/test1407 | |
parent | fe7613932edf7fa984b939770490a1393bd134ac (diff) | |
download | curl-e6a89cb6c4f0ed51a41425cf78a56394f397c5e5.tar.gz |
tests 140X: fix --libcurl generated source file reading mode for MSYS builds
Diffstat (limited to 'tests/data/test1407')
-rw-r--r-- | tests/data/test1407 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1407 b/tests/data/test1407 index ad1181b90..ab25a30a3 100644 --- a/tests/data/test1407 +++ b/tests/data/test1407 @@ -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 |