changeset 1030:a510bdf00fa0

tests: glob out server address for hg 4.2+
author Kevin Bullock <kbullock@ringworld.org>
date Mon, 24 Jul 2017 16:03:22 -0500
parents cab33eea014a
children 2d6b240319ef
files tests/test-http.t
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 ..