Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
get_ref_dir(): take the containing directory as argument
[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..591ffbc07539e6d45d4d0e8cc4d7c015f0952a3a 100755
(executable)
--- a/
t/t4049-diff-stat-count.sh
+++ b/
t/t4049-diff-stat-count.sh
@@
-16,10
+16,10
@@
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
+ test_
i18n
cmp expect actual
'
test_done