From: Eli Bendersky Date: Fri, 23 Sep 2011 14:04:21 +0000 (+0300) Subject: fix detection of flag_after_symtable in compare_output: has to be lower-cased after... X-Git-Tag: v0.10~93 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f238bf85d6f912a30358204d8a1906abc1d4d3fc;p=pyelftools.git fix detection of flag_after_symtable in compare_output: has to be lower-cased after the change made to lower() the lines before comparing --- diff --git a/tests/run_tests.py b/tests/run_tests.py index b0b24a0..a89d163 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -97,7 +97,7 @@ def compare_output(s1, s2): flag_after_symtable = False for i in range(len(lines1)): - if 'Symbol table' in lines1[i]: + if 'symbol table' in lines1[i]: flag_after_symtable = True # Compare ignoring whitespace