summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2023-03-09 22:56:06 +0100
committerJohannes Schindelin <johannes.schindelin@gmx.de>2023-03-12 20:31:56 +0100
commita2b2173cfeed82347711862d20aabbb1a5478379 (patch)
tree5d3587eb8d8c2189d289f6e6c74f9a9686b0071c
parentd99728b2cafb3346679cb8733221c41149fdc760 (diff)
downloadgit-a2b2173cfeed82347711862d20aabbb1a5478379.tar.gz
t5619: GETTEXT_POISON fix
In cf8f6ce02a13 (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 <johannes.schindelin@gmx.de>
-rwxr-xr-xt/t5619-clone-local-ambiguous-transport.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5619-clone-local-ambiguous-transport.sh b/t/t5619-clone-local-ambiguous-transport.sh
index cce62bf78d..7eab09d02a 100755
--- a/t/t5619-clone-local-ambiguous-transport.sh
+++ b/t/t5619-clone-local-ambiguous-transport.sh
@@ -64,7 +64,7 @@ test_expect_success 'ambiguous transport does not lead to arbitrary file-inclusi
#
# This works for now, and if we ever fix the URL detection, it
# is OK to change this to detect the transport error.
- grep "protocol .* is not supported" err
+ test_i18ngrep "protocol .* is not supported" err
'
test_done