diff -r bfdb0741f9f2 -r 636cf3f7620d tests/test-archive.t --- 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: