Skip to content

Commit 475b377

Browse files
avargitster
authored andcommitted
t/t6030-bisect-porcelain.sh: use test_i18ngrep
Change a i18n-specific grep in t/t6030-bisect-porcelain.sh to use test_i18ngrep instead. This was introduced in v1.7.7.2~5^2~11 and has been broken under GETTEXT_POISON=YesPlease since. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4764f46 commit 475b377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t6030-bisect-porcelain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ test_expect_success 'bisect start: existing ".git/BISECT_START" not modified if
152152
cp .git/BISECT_START saved &&
153153
test_must_fail git bisect start $HASH4 foo -- &&
154154
git branch > branch.output &&
155-
grep "* (no branch)" branch.output > /dev/null &&
155+
test_i18ngrep "* (no branch)" branch.output > /dev/null &&
156156
test_cmp saved .git/BISECT_START
157157
'
158158
test_expect_success 'bisect start: no ".git/BISECT_START" if mistaken rev' '

0 commit comments

Comments
 (0)