t4012: Make --shortstat test more robust
[gitweb.git] / t / t4012-diff-binary.sh
index daf82346141120194c448edbc9571a8e1da99b52..47677611873ab88f0f4f86803a83aefb7eba1d8f 100755 (executable)
@@ -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' '