File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ test_expect_success 'bisect start: existing ".git/BISECT_START" not modified if
164164 cp .git/BISECT_START saved &&
165165 test_must_fail git bisect start $HASH4 foo -- &&
166166 git branch > branch.output &&
167- grep "* (no branch)" branch.output > /dev/null &&
167+ test_i18ngrep "* (no branch)" branch.output > /dev/null &&
168168 test_cmp saved .git/BISECT_START
169169'
170170test_expect_success ' bisect start: no ".git/BISECT_START" if mistaken rev' '
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ test_expect_success 'status with gitignore' '
189189 # untracked
190190 EOF
191191 git status --ignored >output &&
192- test_cmp expect output
192+ test_i18ncmp expect output
193193'
194194
195195test_expect_success ' status with gitignore (nothing untracked)' '
@@ -247,7 +247,7 @@ test_expect_success 'status with gitignore (nothing untracked)' '
247247 # untracked
248248 EOF
249249 git status --ignored >output &&
250- test_cmp expect output
250+ test_i18ncmp expect output
251251'
252252
253253rm -f .gitignore
You can’t perform that action at this time.
0 commit comments