Stefan Beller wrote: > Fix the argument order for test_cmp. When given the expected > result first the diff shows the actual output with '+' and the > expectation with '-', which is the convention for our tests. > > Signed-off-by: Stefan Beller <[email protected]> > ---
Yes, this should make the output from failing tests easier to take in at a glance. Reviewed-by: Jonathan Nieder <[email protected]> How did you find these? E.g. is there a grep pattern that reviewers can use to repeat your results?

