test: fix bad replace for fixing pure-only build
authorBoris Feld <boris.feld@octobus.net>
Tue, 05 Dec 2017 19:06:46 +0100
changeset 35235 4a6c51f5ae4d
parent 35234 f0445eea9b93
child 35236 5a62910948d2
test: fix bad replace for fixing pure-only build When we replaced the patterns, glob was removed on the fixed line, it was a mistake and caused the pure-only build to fails. Differential Revision: https://phab.mercurial-scm.org/D1592
tests/test-hgweb-commands.t
--- a/tests/test-hgweb-commands.t	Wed Nov 29 23:20:52 2017 -0500
+++ b/tests/test-hgweb-commands.t	Tue Dec 05 19:06:46 2017 +0100
@@ -1928,7 +1928,7 @@
   $ get-with-headers.py $LOCALIP:$HGPORT '?cmd=capabilities'; echo
   200 Script output follows
   
-  lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch $USUAL_BUNDLE2_CAPS$ unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx compression=zstd,zlib
+  lookup changegroupsubset branchmap pushkey known getbundle unbundlehash batch $USUAL_BUNDLE2_CAPS$ unbundle=HG10GZ,HG10BZ,HG10UN httpheader=1024 httpmediatype=0.1rx,0.1tx,0.2tx compression=*zlib (glob)
 
 heads