Skip to content

Commit d99728b

Browse files
committed
t0003: GETTEXT_POISON fix, conclusion
In 3c50032 (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 <[email protected]>
1 parent e4298cc commit d99728b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0003-attributes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ test_expect_success EXPENSIVE 'large attributes file ignored in tree' '
366366
dd if=/dev/zero of=.gitattributes bs=101M count=1 2>/dev/null &&
367367
git check-attr --all path >/dev/null 2>err &&
368368
echo "warning: ignoring overly large gitattributes file ${SQ}.gitattributes${SQ}" >expect &&
369-
test_cmp expect err
369+
test_i18ncmp expect err
370370
'
371371

372372
test_expect_success 'large attributes line ignored in index' '

0 commit comments

Comments
 (0)