# HG changeset patch
# User Kevin Bullock <kbullock@ringworld.org>
# Date 1500930202 18000
# Node ID a510bdf00fa061275185a332f74d82ce3a3016d6
# Parent  cab33eea014a37556e4eacd89f2f2a620bdbc5c5
tests: glob out server address for hg 4.2+

diff --git a/tests/test-http.t b/tests/test-http.t
--- a/tests/test-http.t
+++ b/tests/test-http.t
@@ -19,11 +19,11 @@
 
 #if windows
   $ hg serve -p $HGPORT1 2>&1
-  abort: cannot start server at ':$HGPORT1': * (glob)
+  abort: cannot start server at '*:$HGPORT1': * (glob)
   [255]
 #else
   $ hg serve -p $HGPORT1 2>&1
-  abort: cannot start server at ':$HGPORT1': Address already in use
+  abort: cannot start server at '*:$HGPORT1': Address already in use (glob)
   [255]
 #endif
   $ cd ..