summaryrefslogtreecommitdiff
path: root/test/diskcheck.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-04-17 21:43:30 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2017-04-17 21:43:30 -0700
commitd745a57692105e863eefa2de32371f167d84f118 (patch)
treece17eabd478273a7f28d90c37a97d37bcd394d13 /test/diskcheck.py
parentc06316d467202390acb1dbb8e33507c08e78ad1e (diff)
downloadscons-d745a57692105e863eefa2de32371f167d84f118.tar.gz
more removal of sccs and rcs builder logic
Diffstat (limited to 'test/diskcheck.py')
-rw-r--r--test/diskcheck.py24
1 files changed, 0 insertions, 24 deletions
diff --git a/test/diskcheck.py b/test/diskcheck.py
index adbeea1e..36cfa4ec 100644
--- a/test/diskcheck.py
+++ b/test/diskcheck.py
@@ -52,30 +52,6 @@ test.must_contain_all_lines(test.stderr(), ["found where file expected"])
-test.write('SConstruct', """
-SetOption('diskcheck', ['rcs', 'sccs'])
-Dir('file')
-""")
-
-test.run()
-
-test.run(arguments='--diskcheck=match', status=2, stderr=None)
-test.must_contain_all_lines(test.stderr(), ["found where directory expected"])
-
-
-
-test.write('SConstruct', """
-SetOption('diskcheck', 'rcs,sccs')
-Dir('file/subdir')
-""")
-
-test.run()
-
-test.run(arguments='--diskcheck=match', status=2, stderr=None)
-test.must_contain_all_lines(test.stderr(), ["found where directory expected"])
-
-
-
test.pass_test()
# Local Variables: