summaryrefslogtreecommitdiffstats
path: root/test/M4.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/M4.py')
-rw-r--r--test/M4.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/M4.py b/test/M4.py
index 0e7e809..cc35540 100644
--- a/test/M4.py
+++ b/test/M4.py
@@ -99,8 +99,8 @@ bar.M4(target = 'bar', source = 'bar.m4')
test.fail_test(test.read('wrapper.out') != "wrapper.py\n")
- test.fail_test(test.read('foo.x') != "line 1\nfff\nline 3\n")
+ test.fail_test(test.read('foo.x', 'r') != "line 1\nfff\nline 3\n")
- test.fail_test(test.read('bar') != "line 1\nbbb\nline 3\n")
+ test.fail_test(test.read('bar', 'r') != "line 1\nbbb\nline 3\n")
test.pass_test()