]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t0003: GETTEXT_POISON fix, conclusion
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 9 Mar 2023 21:52:41 +0000 (22:52 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 12 Mar 2023 19:31:55 +0000 (20:31 +0100)
In 3c50032ff528 (attr: ignore overly large gitattributes files,
2022-12-01), we backported a patch onto v2.30.* that was originally
based on a much newer version. The v2.30.* release train still has the
GETTEXT_POISON CI job, though, and hence needs `test_i18n*` in its
tests.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
t/t0003-attributes.sh

index 5bd9d9832df2866d2cb803beb122e0e372de8d28..57ba303de8b6e275cca26a1d1a46bffb094cadb8 100755 (executable)
@@ -366,7 +366,7 @@ test_expect_success EXPENSIVE 'large attributes file ignored in tree' '
        dd if=/dev/zero of=.gitattributes bs=101M count=1 2>/dev/null &&
        git check-attr --all path >/dev/null 2>err &&
        echo "warning: ignoring overly large gitattributes file ${SQ}.gitattributes${SQ}" >expect &&
-       test_cmp expect err
+       test_i18ncmp expect err
 '
 
 test_expect_success 'large attributes line ignored in index' '