Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/ambiguous-short-object-names'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 26 Oct 2016 20:14:46 +0000
(13:14 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 26 Oct 2016 20:14:46 +0000
(13:14 -0700)
A test fixup to recently graduated topic.
* jk/ambiguous-short-object-names:
t1512: become resilient to GETTEXT_POISON build
t/t1512-rev-parse-disambiguation.sh
patch
|
blob
|
history
raw
(from parent 1:
03513c8
)
diff --git
a/t/t1512-rev-parse-disambiguation.sh
b/t/t1512-rev-parse-disambiguation.sh
index 7c659eb5852e986dc5605e082f773e68e746c789..711704ba5a052b15d94ff1ce958ada3fb86530a9 100755
(executable)
--- a/
t/t1512-rev-parse-disambiguation.sh
+++ b/
t/t1512-rev-parse-disambiguation.sh
@@
-42,7
+42,7
@@
test_expect_success 'blob and tree' '
test_expect_success 'warn ambiguity when no candidate matches type hint' '
test_must_fail git rev-parse --verify 000000000^{commit} 2>actual &&
- grep "short SHA1 000000000 is ambiguous" actual
+
test_i18n
grep "short SHA1 000000000 is ambiguous" actual
'
test_expect_success 'disambiguate tree-ish' '