mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 09:21:50 -05:00
Tests: fixes for Windows
- test 1268 requires unix sockets - test 2072 must be disabled also for MSYS/MinGW
This commit is contained in:
parent
78d5302b5c
commit
86b1e94ae7
@ -16,6 +16,9 @@ warning
|
||||
<server>
|
||||
none
|
||||
</server>
|
||||
<features>
|
||||
unix-sockets
|
||||
</features>
|
||||
<name>
|
||||
file name argument looks like a flag
|
||||
</name>
|
||||
|
@ -27,7 +27,7 @@ file:// with unix path resolution behavior for the case of extra slashes
|
||||
file:////%PWD/log/test2072.txt
|
||||
</command>
|
||||
<precheck>
|
||||
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');"
|
||||
</precheck>
|
||||
<file name="log/test2072.txt">
|
||||
foo
|
||||
|
Loading…
x
Reference in New Issue
Block a user