Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'zj/decimal-width'
[gitweb.git]
/
t
/
t4049-diff-stat-count.sh
diff --git
a/t/t4049-diff-stat-count.sh
b/t/t4049-diff-stat-count.sh
index 641e70d14d82b2e3870af058f09d063c99812825..a6d1887536e240e89b8e2263e5f0a643e9a55f71 100755
(executable)
--- 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