call site 8 for path.local.chdir
path/local/testing/test_local.py - line 59
58
59
60
61
62
63
64
   def test_initialize_reldir(self):
->     old = self.root.chdir()
       try:
           p = local('samplefile')
           assert p.check()
       finally:
           old.chdir()