From 1f5b82c89db82ce36896933cf0104f6821742cba Mon Sep 17 00:00:00 2001 From: Gary Oberbrunner Date: Sat, 23 Aug 2014 19:09:54 -0400 Subject: Don't skip Copy-Symlinks test on Windows; it should be made to work instead. --- test/Copy-Symlinks.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/Copy-Symlinks.py b/test/Copy-Symlinks.py index 31b2a71..f8f92d7 100644 --- a/test/Copy-Symlinks.py +++ b/test/Copy-Symlinks.py @@ -38,9 +38,6 @@ SCons.Defaults.DefaultEnvironment( tools = [] ) test = TestSCons.TestSCons() -if sys.platform == 'win32': - test.skip_test('No symlink-copying (yet) on Windows, skipping test.') - filelinkToCopy = 'filelinkToCopy' fileToLink = 'file.in' fileContents = 'stuff n things\n' -- cgit v0.12