Tests: fixes for Windows

- test 1268 requires unix sockets
- test 2072 must be disabled also for MSYS/MinGW
This commit is contained in:
Marcel Raad 2018-08-22 12:26:21 +02:00
parent 78d5302b5c
commit 86b1e94ae7
No known key found for this signature in database
GPG Key ID: 07ADACB610D796DA
2 changed files with 4 additions and 1 deletions

View File

@ -16,6 +16,9 @@ warning
<server>
none
</server>
<features>
unix-sockets
</features>
<name>
file name argument looks like a flag
</name>

View File

@ -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