]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13968: Fixed newly added recursive glob test.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Sep 2014 11:33:02 +0000 (14:33 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Sep 2014 11:33:02 +0000 (14:33 +0300)
commita1b16bab2fc389813d042fe1d0c3d4d38d1bbb9b
treeffcfd3ecb274228ac0d997d9b6b48f05edf1bb98
parent2c16df269af5986e2eb79bda36dc8f0f34324a7e
Issue #13968: Fixed newly added recursive glob test.
It was failed when run with non-empty current directory.
Lib/test/test_glob.py