Bug 829664 - `make check` fails on mozbuild/test/test_mozconfig.py with MOZCONFIG set;r=gps

--HG--
extra : rebase_source : 528f17303eaf11fe92f430c79b21a410aac50251
This commit is contained in:
Jeff Hammel 2013-01-15 12:54:20 -08:00
Родитель f2649622e7
Коммит e92c8e933a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -28,6 +28,7 @@ from mozbuild.mozconfig import (
class TestMozconfigLoader(unittest.TestCase):
def setUp(self):
self._old_env = dict(os.environ)
os.environ.pop('MOZCONFIG', None)
self._temp_dirs = set()
def tearDown(self):