summaryrefslogtreecommitdiffstats
path: root/test/symlink/VariantDir.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/symlink/VariantDir.py')
-rw-r--r--test/symlink/VariantDir.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/symlink/VariantDir.py b/test/symlink/VariantDir.py
index a6dd30b..bbde65d 100644
--- a/test/symlink/VariantDir.py
+++ b/test/symlink/VariantDir.py
@@ -35,8 +35,7 @@ import TestSCons
test = TestSCons.TestSCons()
if not hasattr(os, 'symlink'):
- print "No os.symlink() method, no symlinks to test."
- test.no_result(1)
+ test.skip_test('No os.symlink() method, no symlinks to test.\n')
test.subdir('obj',
['obj', 'subdir'],