From: Johannes Schindelin <johannes.schindelin@xxxxxx> The `test_i18ncmp` function is reserved for output that we expect to be translated. Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> --- t/t6301-for-each-ref-errors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t6301-for-each-ref-errors.sh b/t/t6301-for-each-ref-errors.sh index 809854fc0ce..0cf2a41c26c 100755 --- a/t/t6301-for-each-ref-errors.sh +++ b/t/t6301-for-each-ref-errors.sh @@ -20,7 +20,7 @@ test_expect_success 'Broken refs are reported correctly' ' test_when_finished "rm -f .git/$r" && echo "warning: ignoring broken ref $r" >broken-err && git for-each-ref >out 2>err && - test_i18ncmp full-list out && + test_cmp full-list out && test_i18ncmp broken-err err ' -- gitgitgadget