summaryrefslogtreecommitdiff
path: root/test/YACC
diff options
context:
space:
mode:
authorWilliam Blevins <wblevins001@gmail.com>2016-09-22 17:19:50 -0400
committerWilliam Blevins <wblevins001@gmail.com>2016-09-22 17:19:50 -0400
commitc656843961d92cf79f14a2298054d255de67afab (patch)
treeda169366f448026e53f19b21c854a9c53be79644 /test/YACC
parent2d15eeac923a7f8e2d2d1c7e1feb0f7eac95a9e7 (diff)
downloadscons-c656843961d92cf79f14a2298054d255de67afab.tar.gz
Yet another batch of test fixes.
Diffstat (limited to 'test/YACC')
-rw-r--r--test/YACC/live.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/YACC/live.py b/test/YACC/live.py
index f6733da0..e125daa3 100644
--- a/test/YACC/live.py
+++ b/test/YACC/live.py
@@ -43,7 +43,7 @@ if not yacc:
test.write("wrapper.py",
"""import os
import sys
-open('%s', 'wb').write("wrapper.py\\n")
+open('%s', 'wb').write(b"wrapper.py\\n")
os.system(" ".join(sys.argv[1:]))
""" % test.workpath('wrapper.out').replace('\\', '\\\\'))