def test_join_abs(self):
s = str(self.root.localpath)
n = self.root.join(s, abs=1)
-> assert self.root == n