]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use os.path.realpath() in stead of abspath(), so the tests don't fail if
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 5 Feb 2003 11:14:16 +0000 (11:14 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 5 Feb 2003 11:14:16 +0000 (11:14 +0000)
commitb86a2e803616d17e3a4b6f408922140f863aa9b4
tree1e36e33f76e850d67fa910457e05bcf1963185e6
parent30a634e0a983f470e3663f93e182faed2128bbd9
Use os.path.realpath() in stead of abspath(), so the tests don't fail if
we have a symlink somewhere in the TESTFN path.
Lib/test/test_macfs.py
Lib/test/test_macostools.py