summaryrefslogtreecommitdiff
path: root/test/Subst
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-08-27 19:23:59 +0000
committerSteven Knight <knight@baldmt.com>2010-08-27 19:23:59 +0000
commitd918dcb314c63c2899946101c6c2ceb6857dac7f (patch)
treef8592e5ada48a821e83ad3df2a38e28baa4c2c88 /test/Subst
parent76c889f46dc405351526b35bbe9bb93584529e4b (diff)
downloadscons-d918dcb314c63c2899946101c6c2ceb6857dac7f.tar.gz
Python 2.7 fixes in four tests.
Diffstat (limited to 'test/Subst')
-rw-r--r--test/Subst/TypeError.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Subst/TypeError.py b/test/Subst/TypeError.py
index ed000fd1..a996a772 100644
--- a/test/Subst/TypeError.py
+++ b/test/Subst/TypeError.py
@@ -35,7 +35,7 @@ test = TestSCons.TestSCons(match = TestSCons.match_re_dotall)
-expect_build = r"""scons: \*\*\*%s TypeError `(unsubscriptable object|'NoneType' object is unsubscriptable)' trying to evaluate `%s'
+expect_build = r"""scons: \*\*\*%s TypeError `(unsubscriptable object|'NoneType' object is (not |un)subscriptable)' trying to evaluate `%s'
"""
expect_read = "\n" + expect_build + TestSCons.file_expr