Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
merge-recursive: Fix sorting order and directory change assumptions
[gitweb.git]
/
t
/
t7500-commit.sh
diff --git
a/t/t7500-commit.sh
b/t/t7500-commit.sh
index 5976f598fc7bf48120865eca3ceef74a151e717a..47096f9014a0f36251eeb643ea302555e9ddc4d5 100755
(executable)
--- a/
t/t7500-commit.sh
+++ b/
t/t7500-commit.sh
@@
-15,7
+15,7
@@
commit_msg_is () {
printf "%s" "$(git log --pretty=format:%s%b -1)" >$expect &&
printf "%s" "$1" >$actual &&
- test_cmp $expect $actual
+ test_
i18n
cmp $expect $actual
}
# A sanity check to see if commit is working at all.