diff tests/test-http-branchmap.t @ 37845:b4b7427b5786

tests: remove #require killdaemons The killdaemons hghave feature has returned True since it was introduced in 448d0c452140. As such, "#require killdaemons" has no effect and is superfluous. So we remove instances of it. Differential Revision: https://phab.mercurial-scm.org/D3442
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 30 Apr 2018 19:54:55 -0700
parents 1e0c9f9f6f36
children 69779a222d5e
line wrap: on
line diff
--- a/tests/test-http-branchmap.t	Sat May 05 18:35:16 2018 -0700
+++ b/tests/test-http-branchmap.t	Mon Apr 30 19:54:55 2018 -0700
@@ -1,5 +1,3 @@
-#require killdaemons
-
   $ hgserve() {
   >     hg serve -a localhost -p $HGPORT1 -d --pid-file=hg.pid \
   >       -E errors.log -v $@ > startup.log