fix detection of flag_after_symtable in compare_output: has to be lower-cased after...
[pyelftools.git] / tests / run_tests.py
index b0b24a08e1c8141cb9539feaecfffd985d4b3957..a89d163a09d6a31b369fb25bbbb4040750cc775f 100755 (executable)
@@ -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