Unverified Commit 86b1e94a authored by Marcel Raad's avatar Marcel Raad
Browse files

Tests: fixes for Windows

- test 1268 requires unix sockets
- test 2072 must be disabled also for MSYS/MinGW
parent 78d5302b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,9 @@ warning
<server>
none
</server>
<features>
unix-sockets
</features>
 <name>
file name argument looks like a flag
 </name>
+1 −1
Original line number Diff line number Diff line
@@ -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