tests/test-static-http.t
changeset 45839 ebee234d952a
parent 44826 35b255e474d9
child 45906 95c4cca641f6
equal deleted inserted replaced
45838:ae00e170f2d1 45839:ebee234d952a
     1 #require no-reposimplestore
     1 #require 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   [100]
     6   $ test -d copy
     6   $ test -d copy
     7   [1]
     7   [1]
     8 
     8 
     9 This server doesn't do range requests so it's basically only good for
     9 This server doesn't do range requests so it's basically only good for
    10 one pull
    10 one pull