]> granicus.if.org Git - python/commit
Issue #22834: Fix a failing test under Solaris due to the platform not
authorBrett Cannon <brett@python.org>
Fri, 20 Feb 2015 14:48:18 +0000 (09:48 -0500)
committerBrett Cannon <brett@python.org>
Fri, 20 Feb 2015 14:48:18 +0000 (09:48 -0500)
commit16cd19c8a2c7ceaa03312836003e40fc79915161
treec661b331368806f396bc57d319979adce0480695
parentabbf0f40bb91be45b282c7a95161297b2618622a
Issue #22834: Fix a failing test under Solaris due to the platform not
allowing the deletion of the cwd.

Thanks to Martin Panter for the initial fix.
Lib/test/test_importlib/import_/test_path.py