summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-05-16 01:12:52 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-05-16 01:12:52 (GMT)
commit608bb19fb08e67718c78f12c6a1b871ed25f3b89 (patch)
tree9362f62892e04cac4a13142d152a088dc216a653
parente1f45301646aaee52bb189cf97cd010eca4ec1ec (diff)
downloadSCons-608bb19fb08e67718c78f12c6a1b871ed25f3b89.zip
SCons-608bb19fb08e67718c78f12c6a1b871ed25f3b89.tar.gz
SCons-608bb19fb08e67718c78f12c6a1b871ed25f3b89.tar.bz2
py2/3 disable symlink testing on py3. not supported by scons at this time
-rw-r--r--test/Copy-Symlinks.py2
1 files changed, 1 insertions, 1 deletions
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'