summaryrefslogtreecommitdiffstats
path: root/test/symlink/dangling-include.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/symlink/dangling-include.py')
-rw-r--r--test/symlink/dangling-include.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/symlink/dangling-include.py b/test/symlink/dangling-include.py
index b5ad949..b7d5d2f 100644
--- a/test/symlink/dangling-include.py
+++ b/test/symlink/dangling-include.py
@@ -34,7 +34,7 @@ import TestSCons
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')
foo_obj = 'foo' + TestSCons._obj