Skip to content

Commit 390cb49

Browse files
authored
Merge pull request #262 from dscho/fix-v2.26.1-test-failures
Fix v2.26.1 test failures
2 parents c836122 + fc7c2e1 commit 390cb49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

t/t1092-virtualfilesystem.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

7676
test_expect_success 'verify skip-worktree bit is set for absolute path' '

t/t7524-serialized-status.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Unmerged paths:
280280
no changes added to commit (use "git add" and/or "git commit -a")
281281
EOF
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 &&
286286
UU x.txt
@@ -300,7 +300,7 @@ EOF
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 &&

0 commit comments

Comments
 (0)