summaryrefslogtreecommitdiffstats
path: root/test/RANLIB/RANLIBFLAGS.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/RANLIB/RANLIBFLAGS.py')
-rw-r--r--test/RANLIB/RANLIBFLAGS.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/RANLIB/RANLIBFLAGS.py b/test/RANLIB/RANLIBFLAGS.py
index e13bac8..93a5abf 100644
--- a/test/RANLIB/RANLIBFLAGS.py
+++ b/test/RANLIB/RANLIBFLAGS.py
@@ -101,7 +101,7 @@ test.run(arguments = 'b' + _exe,
stderr=TestSCons.noisy_ar,
match=TestSCons.match_re_dotall)
-test.fail_test(test.read('wrapper.out') != "wrapper.py\n")
+test.must_match('wrapper.out', "wrapper.py\n", mode='r')
test.pass_test()