diff options
Diffstat (limited to 'test/SConscript/SConscriptChdir.py')
| -rw-r--r-- | test/SConscript/SConscriptChdir.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/SConscript/SConscriptChdir.py b/test/SConscript/SConscriptChdir.py index 2e25acf..6cd4566 100644 --- a/test/SConscript/SConscriptChdir.py +++ b/test/SConscript/SConscriptChdir.py @@ -76,10 +76,10 @@ f.close() test.run(arguments=".", stderr=None) -test.must_match(['dir1', 'test.txt'],"This is the dir1 test.\n") -test.must_match(['dir2', 'test.txt'], "This is the dir2 test.\n") -test.must_match('test.txt',"This is the dir3 test.\nThis is the dir5 test.\n") -test.must_match(['dir4', 'test.txt'],"This is the dir4 test.\n") +test.must_match(['dir1', 'test.txt'],"This is the dir1 test.\n", mode='r') +test.must_match(['dir2', 'test.txt'], "This is the dir2 test.\n", mode='r') +test.must_match('test.txt',"This is the dir3 test.\nThis is the dir5 test.\n", mode='r') +test.must_match(['dir4', 'test.txt'],"This is the dir4 test.\n", mode='r') test.pass_test() |
