]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5411/common-functions.sh
Merge branch 'jx/t5411-unique-filenames'
[thirdparty/git.git] / t / t5411 / common-functions.sh
index 4835dd5182bcf837c53ed5485fb3488eb1c466bb..6694858e187a8a1607abbf69100706f56f0cd24b 100644 (file)
@@ -36,9 +36,8 @@ create_commits_in () {
 # without having to worry about future changes of the commit ID and spaces
 # of the output.  Single quotes are replaced with double quotes, because
 # it is boring to prepare unquoted single quotes in expect text.  We also
-# remove some locale error messages, which break test if we turn on
-# `GIT_TEST_GETTEXT_POISON=true` in order to test unintentional translations
-# on plumbing commands.
+# remove some locale error messages. The emitted human-readable errors are
+# redundant to the more machine-readable output the tests already assert.
 make_user_friendly_and_stable_output () {
        sed \
                -e "s/  *\$//" \