]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t5619: GETTEXT_POISON fix
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 9 Mar 2023 21:56:06 +0000 (22:56 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 12 Mar 2023 19:31:56 +0000 (20:31 +0100)
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>
t/t5619-clone-local-ambiguous-transport.sh

index cce62bf78d335134903b996c7363c4230ae5ded3..7eab09d02acc72f1015f976aa8d2d5b6dea927f8 100755 (executable)
@@ -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