diff tests/test-http-branchmap.t @ 15446:c5c9ca3719f9

tests: use 'hghave serve' to guard tests that requires serve daemon management
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 07 Nov 2011 03:24:53 +0100
parents 2e9f379de0ac
children fc8c7a5ccc4a
line wrap: on
line diff
--- a/tests/test-http-branchmap.t	Mon Nov 07 03:14:55 2011 +0100
+++ b/tests/test-http-branchmap.t	Mon Nov 07 03:24:53 2011 +0100
@@ -1,3 +1,4 @@
+  $ "$TESTDIR/hghave" serve || exit 80
 
   $ hgserve() {
   >     hg serve -a localhost -p $HGPORT1 -d --pid-file=hg.pid -E errors.log -v $@