mirror of
https://github.com/curl/curl.git
synced 2026-07-16 04:47:21 +03: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
2 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue