Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t7503: does pre-commit-hook learn authorship?
[gitweb.git]
/
t
/
t3501-revert-cherry-pick.sh
diff --git
a/t/t3501-revert-cherry-pick.sh
b/t/t3501-revert-cherry-pick.sh
index 043954422c82d9afbb318bcb7d1aa5685a391c85..595d2ff990ad3305f47977431c0b7d102ca3866b 100755
(executable)
--- a/
t/t3501-revert-cherry-pick.sh
+++ b/
t/t3501-revert-cherry-pick.sh
@@
-96,7
+96,7
@@
test_expect_success 'revert forbidden on dirty working tree' '
echo content >extra_file &&
git add extra_file &&
test_must_fail git revert HEAD 2>errors &&
- grep "Your local changes would be overwritten by " errors
+
test_i18n
grep "Your local changes would be overwritten by " errors
'