t5604: GETTEXT_POISON fix, conclusion
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>
Johannes Schindelin committed
Mar 9, 2023 at 22:54 UTC
0c8d22abaf155d97a0efd04bae9fcdad1de7956e
1 file changed
+1
-1
t/t4115-apply-symlink.sh
+1
-1
index 1acb7b2582..14e0f4d705 100755
--- a/t/t4115-apply-symlink.sh
+++ b/t/t4115-apply-symlink.sh
@@ -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
'