bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058)

This commit is contained in:
Zackery Spytz 2019-05-02 12:55:00 -06:00 committed by Victor Stinner
parent 373893ce51
commit 6ae2bbbdfc
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class lllTests(unittest.TestCase):
def setUp(self):
self.lll = import_tool('lll')
@support.skip_unless_symlink
def test_lll_multiple_dirs(self):
with tempfile.TemporaryDirectory() as dir1, \
tempfile.TemporaryDirectory() as dir2: