diff options
-rw-r--r-- | test/Removed/Copy-Method/Copy-Method.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Removed/Copy-Method/Copy-Method.py b/test/Removed/Copy-Method/Copy-Method.py index e55ebc6..bca10fe 100644 --- a/test/Removed/Copy-Method/Copy-Method.py +++ b/test/Removed/Copy-Method/Copy-Method.py @@ -38,7 +38,7 @@ AttributeError: 'SConsEnvironment' object has no attribute 'Copy': File "{}", line 2: env.Copy() """.format(test.workpath('SConstruct')) -test.run(arguments='-Q -s', status=2, stdout=None, stderr=expect) +test.run(arguments='-Q -s', status=2, stderr=expect, match=TestSCons.match_exact) test.pass_test() |