summaryrefslogtreecommitdiffstats
path: root/test/M4.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-06-25 18:35:45 (GMT)
committerSteven Knight <knight@baldmt.com>2003-06-25 18:35:45 (GMT)
commit1536a67932f34b447b28345fb2eb348b54e8ae03 (patch)
treec7fb99452c8bd60f821d1a2188195e662b5f4533 /test/M4.py
parent1c31dcb9e28c49d699f111bf654522e05da86145 (diff)
downloadSCons-1536a67932f34b447b28345fb2eb348b54e8ae03.zip
SCons-1536a67932f34b447b28345fb2eb348b54e8ae03.tar.gz
SCons-1536a67932f34b447b28345fb2eb348b54e8ae03.tar.bz2
Portability fixes.
Diffstat (limited to 'test/M4.py')
-rw-r--r--test/M4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/M4.py b/test/M4.py
index f268174..0e7e809 100644
--- a/test/M4.py
+++ b/test/M4.py
@@ -61,7 +61,7 @@ line 3
test.run()
-test.fail_test(test.read(test.workpath('aaa.x')) != "line 1\nmym4.py\nline 3\n")
+test.fail_test(test.read(test.workpath('aaa.x'), 'r') != "line 1\nmym4.py\nline 3\n")