Commit 0433beae authored by norvell's avatar norvell
Browse files

Fix syntax error in test_26252.py

parent 31b53aa8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ def test_26252(test_tag, encoder_path, decoder_path, renderer_path):

    diff_opts = replace_paths(diff_opts, testv_path, ref_path, cut_path)
    result = True
    for cmd in diff_opts.split(';')
    for cmd in diff_opts.split(';'):
        result = result and filecmp.cmp(cmd.split()[0], cmd.split()[1])
    if not result:
        assert False, "Output differs"