From: Alexander Strasser Date: Mon, 16 Jul 2012 20:45:10 +0000 (+0200) Subject: t4012: Make --shortstat test more robust X-Git-Tag: v1.7.12-rc0~17^2~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=216f25f65fe20a93d4c8264b335718a8888d007e;p=git.git t4012: Make --shortstat test more robust The --shortstat test depends on the same scenario as the --stat test. Use the part of the same expected result for the --stat test to avoid duplicating it manually. Signed-off-by: Alexander Strasser Signed-off-by: Junio C Hamano --- diff --git a/t/t4012-diff-binary.sh b/t/t4012-diff-binary.sh index daf823461..476776118 100755 --- a/t/t4012-diff-binary.sh +++ b/t/t4012-diff-binary.sh @@ -38,9 +38,9 @@ test_expect_success 'apply --stat output for binary file change' ' ' test_expect_success 'diff --shortstat output for binary file change' ' - echo " 4 files changed, 2 insertions(+), 2 deletions(-)" >expected && + tail -n 1 expected >expect && git diff --shortstat >current && - test_i18ncmp expected current + test_i18ncmp expect current ' test_expect_success 'diff --shortstat output for binary file change only' '