# HG changeset patch # User Idan Kamara # Date 1317065136 -10800 # Node ID 20ffb6486412791e56577e29dc3a95e8fc8a781f # Parent bdc1650f216cfe4c918c40667411daf7dacfadc8 tests: put some characters in HGRCPATH so Windows actually sees the variable diff -r bdc1650f216c -r 20ffb6486412 tests/__init__.py --- a/tests/__init__.py Fri Sep 09 23:05:57 2011 +0300 +++ b/tests/__init__.py Mon Sep 26 22:25:36 2011 +0300 @@ -16,7 +16,7 @@ os.environ["HGENCODINGMODE"] = "strict" tmpdir = tempfile.mkdtemp('', 'python-hglib.') os.environ["HGTMP"] = os.path.realpath(tmpdir) - os.environ["HGRCPATH"] = "" + os.environ["HGRCPATH"] = os.pathsep def tearDown(self): os.chdir('..')