Home | History | Annotate | Download | only in test

Lines Matching refs:_test_fileobj_link

140     def _test_fileobj_link(self, lnktype, regtype):
146 self._test_fileobj_link("ustar/lnktype", "ustar/regtype")
149 self._test_fileobj_link("./ustar/linktest2/lnktype", "ustar/linktest1/regtype")
152 self._test_fileobj_link("ustar/symtype", "ustar/regtype")
155 self._test_fileobj_link("./ustar/linktest2/symtype", "ustar/linktest1/regtype")
158 self._test_fileobj_link("symtype2", "ustar/regtype")