call site 1 for path.local.realpath
path/local/testing/test_local.py - line 137
136
137
138
139
140
141
142
143
144
   def test_chdir(self):
->     tmpdir = self.tmpdir.realpath()
       old = local()
       try:
           res = tmpdir.chdir()
           assert str(res) == str(old)
           assert py.std.os.getcwd() == str(tmpdir)
       finally:
           old.chdir()