# HG changeset patch # User Dirkjan Ochtman # Date 1286797870 -7200 # Node ID 17aa0f1ed89dd3f85db6dbe3238293d335a88960 # Parent 0159a674a7bc0d6b24229cf20c064252a8e9e111 tests: use a glob for all of the host, might not be localhost diff -r 0159a674a7bc -r 17aa0f1ed89d tests/test-http-branchmap.t --- 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