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 @@ -70,7 +70,7 @@ test_expect_success 'verify status is clean' '
7070 On branch master
7171 nothing to commit, working tree clean
7272 EOF
73- test_cmp expected actual
73+ test_i18ncmp expected actual
7474'
7575
7676test_expect_success ' verify skip-worktree bit is set for absolute path' '
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ Unmerged paths:
280280no changes added to commit (use "git add" and/or "git commit -a")
281281EOF
282282 git -C conflicts status --long >observed.long &&
283- test_cmp expect.long observed.long &&
283+ test_i18ncmp expect.long observed.long &&
284284
285285 cat >expect.short <<EOF &&
286286UU x.txt
300300 # run status using the cached data.
301301
302302 git -C conflicts status --long --deserialize=../serialized >observed.long &&
303- test_cmp expect.long observed.long &&
303+ test_i18ncmp expect.long observed.long &&
304304
305305 git -C conflicts status --short --deserialize=../serialized >observed.short &&
306306 test_cmp expect.short observed.short &&
You can’t perform that action at this time.
0 commit comments