Commit 2822dd96 authored by norvell's avatar norvell
Browse files

Update test_26444.py

parent ba2973ef
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ def test_evs_26444(
            props = parse_properties(reason, output_differs, props_to_record)
            for k, v in props.items():
                record_property(k, v)
            equal &= output_differs == False
            equal &= not output_differs

        else:
            equal &= filecmp.cmp(ref, test)