Mercurial > public > mercurial-scm > hg
diff tests/test-http-branchmap.t @ 12700:17aa0f1ed89d
tests: use a glob for all of the host, might not be localhost
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Mon, 11 Oct 2010 13:51:10 +0200 |
parents | d08bb64888bc |
children | 05fffd665170 |
line wrap: on
line diff
--- a/tests/test-http-branchmap.t Mon Oct 11 13:49:53 2010 +0200 +++ b/tests/test-http-branchmap.t Mon Oct 11 13:51:10 2010 +0200 @@ -10,7 +10,7 @@ $ hg -R a ci -Am foo adding foo $ hgserve -R a --config web.push_ssl=False --config web.allow_push=* --encoding latin1 - listening at http://localhost*:$HGPORT1/ (bound to 127.0.0.1:$HGPORT1) (glob) + listening at http://*:$HGPORT1/ (bound to 127.0.0.1:$HGPORT1) (glob) $ hg --encoding utf-8 clone http://localhost:$HGPORT1 b requesting all changes adding changesets