cpython: 539fbd6e58f6 (original) (raw)

Mercurial > cpython

changeset 76969:539fbd6e58f6

#14807: fix bb failure due to symlink test relying on hard-coded permissions [#14807]

Giampaolo Rodola' g.rodola@gmail.com
date Tue, 15 May 2012 22:20:10 +0200
parents d4c590cee68b
children 003204f34cc3
files Lib/test/test_stat.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Lib/test/test_stat.py 2

line wrap: on

line diff

--- a/Lib/test/test_stat.py +++ b/Lib/test/test_stat.py @@ -40,7 +40,7 @@ class TestFilemode(unittest.TestCase): @unittest.skipUnless(hasattr(os, 'symlink'), 'os.symlink not available') def test_link(self): os.symlink(os.getcwd(), TESTFN)

@unittest.skipUnless(hasattr(os, 'mkfifo'), 'os.mkfifo not available') def test_fifo(self):