i18n: remote: allow translations to reorder message
[gitweb.git] / t / t5510-fetch.sh
index 454d896390c03667442ce12925066b14593b3cd1..88076da1e64b16eb3b1f956c14ba7717d183ae1e 100755 (executable)
@@ -644,7 +644,7 @@ test_expect_success 'fetch --prune prints the remotes url' '
                git fetch --prune origin 2>&1 | head -n1 >../actual
        ) &&
        echo "From ${D}/." >expect &&
-       test_cmp expect actual
+       test_i18ncmp expect actual
 '
 
 test_expect_success 'branchname D/F conflict resolved by --prune' '