X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4049-diff-stat-count.sh;h=a6d1887536e240e89b8e2263e5f0a643e9a55f71;hb=093b194cc5570c825173a90538a4c212bc64bc7f;hp=641e70d14d82b2e3870af058f09d063c99812825;hpb=9a8e485430492a1377885071c94983c2da547174;p=git.git diff --git a/t/t4049-diff-stat-count.sh b/t/t4049-diff-stat-count.sh index 641e70d14..a6d188753 100755 --- a/t/t4049-diff-stat-count.sh +++ b/t/t4049-diff-stat-count.sh @@ -16,7 +16,7 @@ test_expect_success setup ' cat >expect <<-\EOF a | 1 + b | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) + 2 files changed, 2 insertions(+) EOF git diff --stat --stat-count=2 >actual && test_cmp expect actual