diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-07 17:38:20 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-07 17:38:20 -0700 |
commit | 21006e66125acde0a2c8814f295d56c558fe49a1 (patch) | |
tree | ed2e8fbdf00ea6e49c5b1df96ef9a2f995ff76da /tests/runner.py | |
parent | 85d6c77437f3eb9a67b36383f1f803425a7ef742 (diff) |
fix test_files_m
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index bcea89ea..9b2c287d 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7121,7 +7121,7 @@ def process(filename): return 0; } ''' - self.do_run(src, 'got: 35\ngot: 45\ngot: 25\ngot: 15\nisatty? 0,0,1\n', post_build=post) + self.do_run(src, ('got: 35\ngot: 45\ngot: 25\ngot: 15\nisatty? 0,0,1\n', 'isatty? 0,0,1\ngot: 35\ngot: 45\ngot: 25\ngot: 15\n'), post_build=post) def test_fwrite_0(self): src = r''' |