summaryrefslogtreecommitdiffstats
path: root/test/option-s.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option-s.py')
-rw-r--r--test/option-s.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-s.py b/test/option-s.py
index f79c347..bbde2d1 100644
--- a/test/option-s.py
+++ b/test/option-s.py
@@ -34,7 +34,7 @@ test = TestSCons.TestSCons()
test.write('build.py', r"""
import sys
-file = open(sys.argv[1], 'wb')
+file = open(sys.argv[1], 'w')
file.write("build.py: %s\n" % sys.argv[1])
file.close()
""")