Skip to content

Commit 8516dac

Browse files
committed
t0033: GETTEXT_POISON fix
In e47363e (t0033: add tests for safe.directory, 2022-04-13), 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 394a759 commit 8516dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0033-safe-directory.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export GIT_TEST_ASSUME_DIFFERENT_OWNER
99

1010
expect_rejected_dir () {
1111
test_must_fail git status 2>err &&
12-
grep "safe.directory" err
12+
test_i18ngrep "safe.directory" err
1313
}
1414

1515
test_expect_success 'safe.directory is not set' '

0 commit comments

Comments
 (0)