test: fix post rewrite hook report

First expected, then actual.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Acked-by: Thomas Rast <trast@inf.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Felipe Contreras 2013-05-30 08:46:35 -05:00 committed by Junio C Hamano
parent b2edae0ab6
commit 1fee89cedd

View file

@ -31,8 +31,8 @@ clear_hook_input () {
} }
verify_hook_input () { verify_hook_input () {
test_cmp "$TRASH_DIRECTORY"/post-rewrite.args expected.args && test_cmp expected.args "$TRASH_DIRECTORY"/post-rewrite.args &&
test_cmp "$TRASH_DIRECTORY"/post-rewrite.data expected.data test_cmp expected.data "$TRASH_DIRECTORY"/post-rewrite.data
} }
test_expect_success 'git commit --amend' ' test_expect_success 'git commit --amend' '