# HG changeset patch # User Matt Harbison # Date 1491085851 14400 # Node ID 49e9124cfc23752ba00a5bf03d7c6390e1360446 # Parent 6c800688afe104f545e6fc922ceae77ae13fc47d 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. diff -r 6c800688afe1 -r 49e9124cfc23 tests/test-http.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 diff -r 6c800688afe1 -r 49e9124cfc23 tests/test-https.t --- 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