]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/README
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / t / README
index 5398994eba00e1df7c20d711edc925af09552877..1d80fb7004145d9d5666efeda08923ec82533154 100644 (file)
--- a/t/README
+++ b/t/README
@@ -358,12 +358,6 @@ whether this mode is active, and e.g. skip some tests that are hard to
 refactor to deal with it. The "SYMLINKS" prerequisite is currently
 excluded as so much relies on it, but this might change in the future.
 
-GIT_TEST_GETTEXT_POISON=<boolean> turns all strings marked for
-translation into gibberish if true. Used for spotting those tests that
-need to be marked with a C_LOCALE_OUTPUT prerequisite when adding more
-strings for translation. See "Testing marked strings" in po/README for
-details.
-
 GIT_TEST_SPLIT_INDEX=<boolean> forces split-index mode on the whole
 test suite. Accept any boolean values that are accepted by git-config.