comparison tests/test-static-http.t @ 37419:a84b6eeb2c39

tests: disable test-static-http.t with simple store It /should/ be possible to support repos statically hosted on HTTP servers with alternate stores. But it's more trouble than it is worth right now. Let's just disable the test. Differential Revision: https://phab.mercurial-scm.org/D3099
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 04 Apr 2018 14:37:53 -0700
parents 2090044a288d
children b4b7427b5786
comparison
equal deleted inserted replaced
37418:afd7b0afe4a6 37419:a84b6eeb2c39
1 #require killdaemons 1 #require killdaemons no-reposimplestore
2 2
3 $ hg clone http://localhost:$HGPORT/ copy 3 $ hg clone http://localhost:$HGPORT/ copy
4 abort: * (glob) 4 abort: * (glob)
5 [255] 5 [255]
6 $ test -d copy 6 $ test -d copy