Commit 5128fb97 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Try setting HOME env.var to fix test on Win32

parent 73812bf2
......@@ -213,7 +213,7 @@ class MetadataTestCase(unittest.TestCase):
# win32-style
if sys.platform == 'win32':
# home drive should be found
os.environ['HOMEPATH'] = curdir
os.environ['HOME'] = curdir
files = dist.find_config_files()
self.assert_(user_filename in files,
'%r not found in %r' % (user_filename, files))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment