# HG changeset patch # User Mads Kiilerich # Date 1321836560 -3600 # Node ID 5923d03569b388876ff1ca3f1328e81f47bd9186 # Parent b914fc1625453ce0c761eef1f90f1b9f32fcf69c tests: skip cvs tests with msys on windows They will fail with weird 'ssh' errors. [ original upstream message ] diff -r b914fc162545 -r 5923d03569b3 tests/hghave --- a/tests/hghave Mon Nov 21 01:49:20 2011 +0100 +++ b/tests/hghave Mon Nov 21 01:49:20 2011 +0100 @@ -45,7 +45,7 @@ def has_cvs(): re = r'Concurrent Versions System.*?server' - return matchoutput('cvs --version 2>&1', re) + return matchoutput('cvs --version 2>&1', re) and not has_msys() def has_darcs(): return matchoutput('darcs --version', r'2\.[2-9]', True)