diff options
Diffstat (limited to 'test/errors.py')
| -rw-r--r-- | test/errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/errors.py b/test/errors.py index 72e34d3..46a80ed 100644 --- a/test/errors.py +++ b/test/errors.py @@ -66,7 +66,7 @@ Traceback \((most recent call|innermost) last\): test.run(arguments='foo.out exit.out', stderr=stderr, status=2) test.run(arguments='foo.out exit.out', stderr=stderr, status=2) -assert string.find(test.stdout(), 'scons: "foo.out" is up to date.') != -1, test.stdout() +assert string.find(test.stdout(), "scons: `foo.out' is up to date.") != -1, test.stdout() |
