tests/hghave
changeset 9543 56a5f80556f5
parent 9490 67df9f46f907
child 9719 a73f9ee83832
--- a/tests/hghave	Mon Oct 05 22:17:39 2009 +0200
+++ b/tests/hghave	Mon Oct 05 22:57:15 2009 +0200
@@ -47,9 +47,6 @@
     re = r'Concurrent Versions System.*?server'
     return matchoutput('cvs --version 2>&1', re)
 
-def has_cvsps():
-    return matchoutput('cvsps -h -q 2>&1', r'cvsps version', True)
-
 def has_darcs():
     return matchoutput('darcs --version', r'2\.[2-9]', True)
 
@@ -186,7 +183,6 @@
     "bzr": (has_bzr, "Canonical's Bazaar client"),
     "bzr114": (has_bzr114, "Canonical's Bazaar client >= 1.14"),
     "cvs": (has_cvs, "cvs client/server"),
-    "cvsps": (has_cvsps, "cvsps utility"),
     "darcs": (has_darcs, "darcs client"),
     "eol-in-paths": (has_eol_in_paths, "end-of-lines in paths"),
     "execbit": (has_executablebit, "executable bit"),