From 189b6de6190f6eef7914a170c70ba9db82285cdd Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 10 May 2020 13:29:03 -0700 Subject: Restore commented out unittest test skipping logic --- SCons/Node/FSTests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SCons/Node/FSTests.py b/SCons/Node/FSTests.py index 71798a9..29e9d81 100644 --- a/SCons/Node/FSTests.py +++ b/SCons/Node/FSTests.py @@ -3541,8 +3541,8 @@ class prepareTestCase(unittest.TestCase): dir = fs.Dir("dir") dir.prepare() -# @unittest.skipIf(IS_WINDOWS, "No symlinks on windows") -# @unittest.skipUnless(hasattr(os, 'symlink'), "Platform doesn't support symlink") +@unittest.skipIf(IS_WINDOWS, "No symlinks on windows") +@unittest.skipUnless(hasattr(os, 'symlink'), "Platform doesn't support symlink") class CleanSymlinksTestCase(_tempdirTestCase): def test_cleans_symlinks(self): -- cgit v0.12