Skip to content

Commit a2b2173

Browse files
committed
t5619: GETTEXT_POISON fix
In cf8f6ce (clone: delay picking a transport until after get_repo_path(), 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 d99728b commit a2b2173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5619-clone-local-ambiguous-transport.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test_expect_success 'ambiguous transport does not lead to arbitrary file-inclusi
6464
#
6565
# This works for now, and if we ever fix the URL detection, it
6666
# is OK to change this to detect the transport error.
67-
grep "protocol .* is not supported" err
67+
test_i18ngrep "protocol .* is not supported" err
6868
'
6969

7070
test_done

0 commit comments

Comments
 (0)