# HG changeset patch # User Yuya Nishihara # Date 2018-04-26 12:10:56 # Node ID 2968ad548583422c9ed959ad4209ecaa31ccff58 # Parent 0e9ddab2bac2de45c1cb848fa00faf3c2bda20d2 test-push-http: do not clear pid file It's okay now, but we'll end up leaking daemon processes if we add some more. diff --git a/tests/test-push-http.t b/tests/test-push-http.t --- a/tests/test-push-http.t +++ b/tests/test-push-http.t @@ -398,7 +398,7 @@ Pushing via hgwebdir works > EOF $ hg serve --web-conf web.conf -p $HGPORT -d --pid-file hg.pid - $ cat hg.pid > $DAEMON_PIDS + $ cat hg.pid >> $DAEMON_PIDS $ hg clone http://localhost:$HGPORT/hgwebdir hgwebdir-local requesting all changes