From: Marcel Raad Date: Wed, 22 Aug 2018 10:26:21 +0000 (+0200) Subject: Tests: fixes for Windows X-Git-Tag: curl-7_61_1~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86b1e94ae72bc0e49745ed33d4b923ac8e6b8366;p=thirdparty%2Fcurl.git Tests: fixes for Windows - test 1268 requires unix sockets - test 2072 must be disabled also for MSYS/MinGW --- diff --git a/tests/data/test1268 b/tests/data/test1268 index 7e3ab0fa95..c5fe5f7493 100644 --- a/tests/data/test1268 +++ b/tests/data/test1268 @@ -16,6 +16,9 @@ warning none + +unix-sockets + file name argument looks like a flag diff --git a/tests/data/test2072 b/tests/data/test2072 index 0d2489ff15..cd26f22bd6 100644 --- a/tests/data/test2072 +++ b/tests/data/test2072 @@ -27,7 +27,7 @@ file:// with unix path resolution behavior for the case of extra slashes file:////%PWD/log/test2072.txt -perl -e "print 'Test requires a unix system' if ( $^O eq 'MSWin32' || $^O eq 'cygwin' || $^O eq 'dos');" +perl -e "print 'Test requires a unix system' if ( $^O eq 'MSWin32' || $^O eq 'cygwin' || $^O eq 'dos' || $^O eq 'msys');" foo