Skip to content

Commit 7c811ed

Browse files
committed
t5604: GETTEXT_POISON fix, part 1
In bffc762 (dir-iterator: prevent top-level symlinks without FOLLOW_SYMLINKS, 2023-01-24), 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 a2b2173 commit 7c811ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5604-clone-reference.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ test_expect_success SYMLINKS 'clone repo with symlinked objects directory' '
354354
test_must_fail git clone --local malicious clone 2>err &&
355355
356356
test_path_is_missing clone &&
357-
grep "failed to start iterator over" err
357+
test_i18ngrep "failed to start iterator over" err
358358
'
359359

360360
test_done

0 commit comments

Comments
 (0)