Skip to content

Commit 0c8d22a

Browse files
committed
t5604: GETTEXT_POISON fix, conclusion
In fade728 (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 <[email protected]>
1 parent 7c811ed commit 0c8d22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t4115-apply-symlink.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ test_expect_success SYMLINKS 'symlink escape when creating new files' '
7272
cat >expected_stderr <<-EOF &&
7373
error: affected file ${SQ}renamed-symlink/create-me${SQ} is beyond a symbolic link
7474
EOF
75-
test_cmp expected_stderr stderr &&
75+
test_i18ncmp expected_stderr stderr &&
7676
! test_path_exists .git/create-me
7777
'
7878

0 commit comments

Comments
 (0)