Home | History | Annotate | Download | only in test

Lines Matching refs:_test_fileobj_link

141     def _test_fileobj_link(self, lnktype, regtype):
147 self._test_fileobj_link("ustar/lnktype", "ustar/regtype")
150 self._test_fileobj_link("./ustar/linktest2/lnktype", "ustar/linktest1/regtype")
153 self._test_fileobj_link("ustar/symtype", "ustar/regtype")
156 self._test_fileobj_link("./ustar/linktest2/symtype", "ustar/linktest1/regtype")
159 self._test_fileobj_link("symtype2", "ustar/regtype")