From: Zackery Spytz Date: Thu, 2 May 2019 18:55:00 +0000 (-0600) Subject: bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058) X-Git-Tag: v3.8.0a4~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ae2bbbdfcb8969d1d362b17c2fbd5a684fa4f9d;p=thirdparty%2FPython%2Fcpython.git bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058) --- diff --git a/Lib/test/test_tools/test_lll.py b/Lib/test/test_tools/test_lll.py index a8f6d5f1f43c..f3fbe961eee5 100644 --- a/Lib/test/test_tools/test_lll.py +++ b/Lib/test/test_tools/test_lll.py @@ -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: