[issue15748] Various symlink test failures in test_shutil on FreeBSD

STINNER Victor report at bugs.python.org
Wed Aug 22 16:27:30 CEST 2012


STINNER Victor added the comment:

I don't understand if the issue comes from symlink() or readlink(). Can you reproduce the issue using commands on the command line?

$ ln -s setup.py link
`link' -> `setup.py'
$ readlink link
setup.py

(You may need to test different length for filenames.)

Do you only have the issue with ZFS, or with other file systems?

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15748>
_______________________________________


More information about the Python-bugs-list mailing list