summaryrefslogtreecommitdiff
path: root/test/option
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-14 13:27:34 -0400
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-14 13:27:34 -0400
commitead6fbaae3838ab4f0906d721321f777736d1713 (patch)
treebded00bc8fcfb42bf21ba857695627c663266ebb /test/option
parent60d575504ee7cb3cfc595afc398a805309bafde4 (diff)
downloadscons-ead6fbaae3838ab4f0906d721321f777736d1713.tar.gz
fix py2/3 win32 must_match needed mode='r'
Diffstat (limited to 'test/option')
-rw-r--r--test/option/taskmastertrace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option/taskmastertrace.py b/test/option/taskmastertrace.py
index 28f4574b..c426692d 100644
--- a/test/option/taskmastertrace.py
+++ b/test/option/taskmastertrace.py
@@ -218,7 +218,7 @@ Taskmaster: No candidate anymore.
"""
-test.must_match('trace.out', expect_trace)
+test.must_match('trace.out', expect_trace, mode='r')
test.pass_test()