tests/test-https.t
changeset 31029 161ab32b44a1
parent 31028 636cf3f7620d
child 31299 f819aa9dbbf9
--- a/tests/test-https.t	Thu Feb 16 09:38:52 2017 -0800
+++ b/tests/test-https.t	Thu Feb 16 00:13:29 2017 -0800
@@ -36,11 +36,11 @@
 
 #if windows
   $ hg serve -p $HGPORT --certificate=$PRIV 2>&1
-  abort: cannot start server at ':$HGPORT':
+  abort: cannot start server at 'localhost:$HGPORT':
   [255]
 #else
   $ hg serve -p $HGPORT --certificate=$PRIV 2>&1
-  abort: cannot start server at ':$HGPORT': Address already in use
+  abort: cannot start server at 'localhost:$HGPORT': Address already in use
   [255]
 #endif
   $ cd ..