From 6ae2bbbdfcb8969d1d362b17c2fbd5a684fa4f9d Mon Sep 17 00:00:00 2001 From: Zackery Spytz Date: Thu, 2 May 2019 12:55:00 -0600 Subject: bpo-36776: Add @support.skip_unless_symlink to test_lll.py (GH-13058) --- Lib/test/test_tools/test_lll.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_tools/test_lll.py b/Lib/test/test_tools/test_lll.py index a8f6d5f..f3fbe961 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: -- cgit v0.12