-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path10012.diff
39 lines (36 loc) · 1.12 KB
/
10012.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
commit 86b1e94ae72bc0e49745ed33d4b923ac8e6b8366
Author: Marcel Raad <[email protected]>
Date: Wed Aug 22 12:26:21 2018 +0200
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 7e3ab0fa9..c5fe5f749 100644
--- a/tests/data/test1268
+++ b/tests/data/test1268
@@ -13,9 +13,12 @@ warning
#
# Client-side
<client>
<server>
none
</server>
+<features>
+unix-sockets
+</features>
<name>
file name argument looks like a flag
</name>
diff --git a/tests/data/test2072 b/tests/data/test2072
index 0d2489ff1..cd26f22bd 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
</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