]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t2020-checkout-detach.sh
test: do not rely on US English tracking-info messages
[thirdparty/git.git] / t / t2020-checkout-detach.sh
index 068fba4c8e8706aa615d0401da1da47901113156..b37ce25c42cd2fb0e2868c19f66902b319526de2 100755 (executable)
@@ -148,7 +148,7 @@ test_expect_success 'tracking count is accurate after orphan check' '
        git config branch.child.merge refs/heads/master &&
        git checkout child^ &&
        git checkout child >stdout &&
-       test_cmp expect stdout
+       test_i18ncmp expect stdout
 '
 
 test_done