diff options
Diffstat (limited to 'test/Deprecated/SourceCode/SCCS')
-rw-r--r-- | test/Deprecated/SourceCode/SCCS/diskcheck.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Deprecated/SourceCode/SCCS/diskcheck.py b/test/Deprecated/SourceCode/SCCS/diskcheck.py index 774a92c..d2364b6 100644 --- a/test/Deprecated/SourceCode/SCCS/diskcheck.py +++ b/test/Deprecated/SourceCode/SCCS/diskcheck.py @@ -43,8 +43,6 @@ msg_sc = """SourceCode() has been deprecated and there is no replacement. \tIf you need this function, please contact dev@scons.tigris.org.""" warn_sc = test.deprecated_wrap(msg_sc) -test.skip_test("Need SCCS to debug these tests.\n") - sccs = test.where_is('sccs') if not sccs: test.skip_test("Could not find 'sccs'; skipping test(s).\n") |