Many tests on MacOS 10.12.06 were failing due to fakefs path issues.

Not sure if this is needed.  Will see in the CI builds.
This commit is contained in:
Bill Flynn 2017-12-08 17:51:06 -05:00
parent 0c7ba85af9
commit 37f076049b

View File

@ -90,7 +90,7 @@ class FakeInput():
class TestFakeFs(fake_filesystem_unittest.TestCase):
def setUp(self):
self.rootpath = os.path.dirname(__file__)
self.rootpath = os.path.abspath(os.path.dirname(__file__))
self.setUpPyfakefs()
self.fs.CreateDirectory(self.rootpath)
os.chdir(self.rootpath)