File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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
164
164
cp .git/BISECT_START saved &&
165
165
test_must_fail git bisect start $HASH4 foo -- &&
166
166
git branch > branch.output &&
167
- grep "* (no branch)" branch.output > /dev/null &&
167
+ test_i18ngrep "* (no branch)" branch.output > /dev/null &&
168
168
test_cmp saved .git/BISECT_START
169
169
'
170
170
test_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' '
189
189
# untracked
190
190
EOF
191
191
git status --ignored >output &&
192
- test_cmp expect output
192
+ test_i18ncmp expect output
193
193
'
194
194
195
195
test_expect_success ' status with gitignore (nothing untracked)' '
@@ -247,7 +247,7 @@ test_expect_success 'status with gitignore (nothing untracked)' '
247
247
# untracked
248
248
EOF
249
249
git status --ignored >output &&
250
- test_cmp expect output
250
+ test_i18ncmp expect output
251
251
'
252
252
253
253
rm -f .gitignore
You can’t perform that action at this time.
0 commit comments