diff options
Diffstat (limited to 'test/option-n.py')
-rw-r--r-- | test/option-n.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/option-n.py b/test/option-n.py index 6fb8058..abb0284 100644 --- a/test/option-n.py +++ b/test/option-n.py @@ -41,9 +41,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" import os import re -import sys -import TestCmd import TestSCons _python_ = TestSCons._python_ @@ -170,7 +168,7 @@ test.fail_test(os.path.exists(test.workpath('build', 'f4.in'))) # test Configure-calls in conjunction with -n test.subdir('configure') -test.match_func = TestCmd.match_re_dotall +test.match_func = TestSCons.match_re_dotall test.write('configure/SConstruct', """def CustomTest(context): def userAction(target,source,env): |