about summary refs log tree commit diff
path: root/third_party/git/t/t1509-root-work-tree.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t1509-root-work-tree.sh')
-rwxr-xr-xthird_party/git/t/t1509-root-work-tree.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/git/t/t1509-root-work-tree.sh b/third_party/git/t/t1509-root-work-tree.sh
index 553a3f601b..fd2f7abf1c 100755
--- a/third_party/git/t/t1509-root-work-tree.sh
+++ b/third_party/git/t/t1509-root-work-tree.sh
@@ -221,7 +221,7 @@ test_expect_success 'setup' '
 	rm -rf /.git &&
 	echo "Initialized empty Git repository in /.git/" > expected &&
 	git init > result &&
-	test_cmp expected result
+	test_i18ncmp expected result
 '
 
 test_vars 'auto gitdir, root' ".git" "/" ""
@@ -246,7 +246,7 @@ test_expect_success 'setup' '
 	cd / &&
 	echo "Initialized empty Git repository in /" > expected &&
 	git init --bare > result &&
-	test_cmp expected result
+	test_i18ncmp expected result
 '
 
 test_vars 'auto gitdir, root' "." "" ""