Re: [PATCH] test: fix post rewrite hook report
From: Thomas Rast <hidden>
Date: 2016-06-15 22:57:30
Felipe Contreras [off-list ref] writes:
First expected, then actual.
Ack. That is the prevalent (almost universal, but not quite) style.
quoted hunk
Signed-off-by: Felipe Contreras <redacted> --- 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