test-http: update output for Windows
authorMatt Harbison <matt_harbison@yahoo.com>
Sat, 01 Apr 2017 18:30:51 -0400
changeset 31768 49e9124cfc23
parent 31767 6c800688afe1
child 31769 594dd384803c
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.
tests/test-http.t
tests/test-https.t
--- 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