[PATCH 1 of 2] test-http-protocol: drop an extraneous glob for Windows

Matt Harbison mharbison72 at gmail.com
Wed Mar 21 01:24:27 UTC 2018


# HG changeset patch
# User Matt Harbison <matt_harbison at 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

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


More information about the Mercurial-devel mailing list