Submitter | Matt Harbison |
---|---|
Date | March 21, 2018, 1:24 a.m. |
Message ID | <f2b5c2b7d2e53fe7a8d3.1521595467@Envy> |
Download | mbox | patch |
Permalink | /patch/29682/ |
State | Accepted |
Headers | show |
Comments
On Tue, 20 Mar 2018 21:24:27 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison <matt_harbison@yahoo.com> > # Date 1521592417 14400 > # Tue Mar 20 20:33:37 2018 -0400 > # Node ID f2b5c2b7d2e53fe7a8d3891efc5ba50d4785b61c > # Parent c83e2736c6deb7e1b6b5eccb6b943b2af7628858 > test-http-protocol: drop an extraneous glob for Windows Queued, thanks.
Patch
diff --git a/tests/test-http-protocol.t b/tests/test-http-protocol.t --- a/tests/test-http-protocol.t +++ b/tests/test-http-protocol.t @@ -239,7 +239,7 @@ Same thing, but with "httprequest" comma s> GET /?cmd=listkeys HTTP/1.1\r\n s> Accept-Encoding: identity\r\n s> accept: application/mercurial-0.1\r\n - s> user-agent: mercurial/proto-1.0 (Mercurial 42)\r\n (glob) + s> user-agent: mercurial/proto-1.0 (Mercurial 42)\r\n s> x-hgarg-1: namespace=namespaces\r\n s> host: $LOCALIP:$HGPORT\r\n (glob) s> \r\n