825
825
# trailing slash should be the same.
826
826
self.assertEqual('foo', t.relpath(t.base + 'foo/'))
829
841
# smoke test for abspath. Corner cases for backends like unix fs's
830
842
# that have aliasing problems like symlinks should go in backend