tests/test-archive.t
changeset 31008 636cf3f7620d
parent 30844 b3d2e8cce78c
child 32940 75be14993fda
--- a/tests/test-archive.t	Wed Feb 15 23:24:03 2017 -0800
+++ b/tests/test-archive.t	Thu Feb 16 09:38:52 2017 -0800
@@ -99,7 +99,7 @@
   > except AttributeError:
   >     stdout = sys.stdout
   > try:
-  >     f = util.urlreq.urlopen('http://127.0.0.1:%s/?%s'
+  >     f = util.urlreq.urlopen('http://$LOCALIP:%s/?%s'
   >                     % (os.environ['HGPORT'], requeststr))
   >     stdout.write(f.read())
   > except util.urlerr.httperror as e: