call site 13 for path.local.__div__
path/testing/fscommon.py - line 45
44
45
46
47
   def test_join_div_operator(self):
->     newpath = self.root / '/sampledir' / '/test//'
       newpath2 = self.root.join('sampledir', 'test')
       assert newpath == newpath2