--- a/tests/test-http-bundle1.t Thu Feb 16 09:38:52 2017 -0800
+++ b/tests/test-http-bundle1.t Thu Feb 16 00:13:29 2017 -0800
@@ -28,11 +28,11 @@
#if windows
$ hg serve -p $HGPORT1 2>&1
- abort: cannot start server at ':$HGPORT1': * (glob)
+ abort: cannot start server at 'localhost:$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 'localhost:$HGPORT1': Address already in use
[255]
#endif
$ cd ..