revision.c: --all adds HEAD from all worktrees
[gitweb.git] / t / t5510-fetch.sh
index 6aa63b1e745ec2b5c744111cd28f283422800363..668c54be41eb4fda17e9b43000081c7b374990c2 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' '