Submitter | Matt Harbison |
---|---|
Date | April 2, 2017, 11:12 p.m. |
Message ID | <ade96da6680ba993018e.1491174769@Envy> |
Download | mbox | patch |
Permalink | /patch/19913/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/tests/test-http.t b/tests/test-http.t --- a/tests/test-http.t +++ b/tests/test-http.t @@ -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 --git a/tests/test-https.t b/tests/test-https.t --- a/tests/test-https.t +++ b/tests/test-https.t @@ -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