changeset 20522:0e2877f8605d

tests: backout 00f2d29308db pid check
author Matt Mackall <mpm@selenic.com>
date Sat, 15 Feb 2014 22:09:32 -0600
parents 1850a7f5fb66
children 28b8ff84db3f
files tests/test-treediscovery.t
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-treediscovery.t	Mon Feb 10 17:38:43 2014 -0800
+++ b/tests/test-treediscovery.t	Sat Feb 15 22:09:32 2014 -0600
@@ -29,15 +29,6 @@
   $ hg init empty1
   $ hg init empty2
   $ tstart empty2
-check if process of pid looks reasonable ('hg' normally, 'python' for run-tests.py -l)
-#if windows
-ps of mingw does not support -p, tasklist is on any windows machine since XP
-  $ tasklist //NH //fi "pid eq `cat hg.pid`" | grep '  '
-  (.* )?(hg|python)\.exe( .*)? (re)
-#else
-  $ ps --no-heading -p `cat hg.pid`
-  (.* )?(hg|python)( .*)? (re)
-#endif
   $ hg incoming -R empty1 $remote
   comparing with http://localhost:$HGPORT/
   no changes found