t0033: GETTEXT_POISON fix
In e47363e5a8bd (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 <johannes.schindelin@gmx.de>
Johannes Schindelin committed
Mar 9, 2023 at 22:54 UTC
8516dac1e1836843dd6a3dbc1d140a8b6d885ecb
1 file changed
+1
-1
t/t0033-safe-directory.sh
+1
-1
index 239d93f4d2..00c6c51100 100755
--- a/t/t0033-safe-directory.sh
+++ b/t/t0033-safe-directory.sh
@@ -9,7 +9,7 @@ export GIT_TEST_ASSUME_DIFFERENT_OWNER
expect_rejected_dir () {
test_must_fail git status 2>err &&
- grep "safe.directory" err
+ test_i18ngrep "safe.directory" err
}
test_expect_success 'safe.directory is not set' '