From 608bb19fb08e67718c78f12c6a1b871ed25f3b89 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 15 May 2017 18:12:52 -0700 Subject: py2/3 disable symlink testing on py3. not supported by scons at this time --- test/Copy-Symlinks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Copy-Symlinks.py b/test/Copy-Symlinks.py index 2b8b824..eab38e3 100644 --- a/test/Copy-Symlinks.py +++ b/test/Copy-Symlinks.py @@ -38,7 +38,7 @@ SCons.Defaults.DefaultEnvironment( tools = [] ) test = TestSCons.TestSCons() -if not hasattr(os, 'symlink'): +if not test.platform_has_symlink(): test.skip_test('No os.symlink() method, no symlinks to test.\n') filelinkToCopy = 'filelinkToCopy' -- cgit v0.12