]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t5604: GETTEXT_POISON fix, conclusion
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 9 Mar 2023 21:54:32 +0000 (22:54 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 12 Mar 2023 19:31:56 +0000 (20:31 +0100)
In fade728df122 (apply: fix writing behind newly created symbolic links,
2023-02-02), 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/t4115-apply-symlink.sh

index 1acb7b2582420f08f93d1427b609bfa7f1d14212..14e0f4d70590d9a0221a1b1c51171c71fa2bf648 100755 (executable)
@@ -72,7 +72,7 @@ test_expect_success SYMLINKS 'symlink escape when creating new files' '
        cat >expected_stderr <<-EOF &&
        error: affected file ${SQ}renamed-symlink/create-me${SQ} is beyond a symbolic link
        EOF
-       test_cmp expected_stderr stderr &&
+       test_i18ncmp expected_stderr stderr &&
        ! test_path_exists .git/create-me
 '