diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-08-22 12:26:21 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-08-22 12:26:21 +0200 |
commit | 86b1e94ae72bc0e49745ed33d4b923ac8e6b8366 (patch) | |
tree | a6db588dfe2aa572f5aa7f2a2fb6a4146861f59f /tests/data/test2072 | |
parent | 78d5302b5c05a49ecfa2ee8b8f1a21a2902357d3 (diff) |
Tests: fixes for Windows
- test 1268 requires unix sockets
- test 2072 must be disabled also for MSYS/MinGW
Diffstat (limited to 'tests/data/test2072')
-rw-r--r-- | tests/data/test2072 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |