]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#2466: fix test failure on windows.
authorR David Murray <rdmurray@bitdance.com>
Wed, 24 Aug 2016 12:59:47 +0000 (08:59 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 24 Aug 2016 12:59:47 +0000 (08:59 -0400)
commit68854fdc1ebb32bc5d340cfb0501321034edaa2c
tree1be547df7b5cb4236406d32862c7d9ff3fc467e4
parent8578316697c27e5824cadb6f7a324f95445f6c1a
#2466: fix test failure on windows.

Windows symlink support was introduced in python3, so we need to skip
those tests differently on python2.  Patch by Xiang Zhang.
Lib/test/test_posixpath.py