test-http: update output for Windows
The http test simply wasn't updated in
161ab32b44a1 for Windows. It looks like
the https test meant to glob away the error message in
3e2d8120528b, but forgot
the '*', and was subsequently removed in
408f2202bd80.
--- a/tests/test-http.t Sat Apr 01 15:23:26 2017 -0400
+++ b/tests/test-http.t Sat Apr 01 18:30:51 2017 -0400
@@ -19,7 +19,7 @@
#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
--- a/tests/test-https.t Sat Apr 01 15:23:26 2017 -0400
+++ b/tests/test-https.t Sat Apr 01 18:30:51 2017 -0400
@@ -36,7 +36,7 @@
#if windows
$ hg serve -p $HGPORT --certificate=$PRIV 2>&1
- abort: cannot start server at 'localhost:$HGPORT':
+ abort: cannot start server at 'localhost:$HGPORT': * (glob)
[255]
#else
$ hg serve -p $HGPORT --certificate=$PRIV 2>&1