Felipe Contreras <felipe.contreras@xxxxxxxxx> writes: > First expected, then actual. Ack. That is the prevalent (almost universal, but not quite) style. > Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> > --- > t/t5407-post-rewrite-hook.sh | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/t/t5407-post-rewrite-hook.sh b/t/t5407-post-rewrite-hook.sh > index baa670c..ea2e0d4 100755 > --- a/t/t5407-post-rewrite-hook.sh > +++ b/t/t5407-post-rewrite-hook.sh > @@ -31,8 +31,8 @@ clear_hook_input () { > } > > verify_hook_input () { > - test_cmp "$TRASH_DIRECTORY"/post-rewrite.args expected.args && > - test_cmp "$TRASH_DIRECTORY"/post-rewrite.data expected.data > + test_cmp expected.args "$TRASH_DIRECTORY"/post-rewrite.args && > + test_cmp expected.data "$TRASH_DIRECTORY"/post-rewrite.data > } > > test_expect_success 'git commit --amend' ' -- Thomas Rast trast@{inf,student}.ethz.ch -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html