gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 18/151: test1558: use double slash after file:


From: gnunet
Subject: [gnurl] 18/151: test1558: use double slash after file:
Date: Fri, 20 Dec 2019 14:25:27 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 86e26996c76fcad5a8911e280bab950d0ef43da4
Author: Marcel Raad <address@hidden>
AuthorDate: Sun Nov 3 14:48:34 2019 +0100

    test1558: use double slash after file:
    
    Classic MinGW / MSYS 1 doesn't support `MSYS2_ARG_CONV_EXCL`, so this
    test unnecessarily failed when using `file:/` instead of `file:///`.
    
    Closes https://github.com/curl/curl/pull/4554
---
 tests/data/test1558 | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/tests/data/test1558 b/tests/data/test1558
index 8436c0685..f1538c2a8 100644
--- a/tests/data/test1558
+++ b/tests/data/test1558
@@ -23,12 +23,8 @@ lib1558
 <name>
 CURLINFO_PROTOCOL for file:// transfer
 </name>
-<setenv>
-# force MSYS2 to not convert the file: URL
-MSYS2_ARG_CONV_EXCL=file:
-</setenv>
 <command>
-file:%FILE_PWD/log/data1558
+file://%FILE_PWD/log/data1558
 </command>
 <file name="log/data1558">
 hello

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]