summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2023-03-09 22:54:06 +0100
committerJohannes Schindelin <johannes.schindelin@gmx.de>2023-03-12 20:31:55 +0100
commit8516dac1e1836843dd6a3dbc1d140a8b6d885ecb (patch)
treed2e98ab7f9f5b803d615196d85c3c85978c5e426
parent394a759d2b5f0a1a1908c820cf142f45cb78718c (diff)
downloadgit-8516dac1e1836843dd6a3dbc1d140a8b6d885ecb.tar.gz
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>
-rwxr-xr-xt/t0033-safe-directory.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0033-safe-directory.sh b/t/t0033-safe-directory.sh
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' '