(self)
| 232 | self.assertEqual(a.name, b.name) |
| 233 | |
| 234 | def test_fileobj_link1(self): |
| 235 | self._test_fileobj_link("ustar/lnktype", "ustar/regtype") |
| 236 | |
| 237 | def test_fileobj_link2(self): |
| 238 | self._test_fileobj_link("./ustar/linktest2/lnktype", |
nothing calls this directly
no test coverage detected