changeset 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 0159a674a7bc
children cb9e1d1c34ea
files tests/test-http-branchmap.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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