Prepare for 2.20-rc1
[gitweb.git] / t / t3406-rebase-message.sh
index 2c79eed4febda6977dde4d530d73a184cfa92d80..38bd876cabf9757cce439be90c0f1e094225cac3 100755 (executable)
@@ -77,7 +77,7 @@ test_expect_success 'rebase -n overrides config rebase.stat config' '
 #     "Does not point to a valid commit: invalid-ref"
 #
 # NEEDSWORK: This "grep" is fine in real non-C locales, but
-# GETTEXT_POISON poisons the refname along with the enclosing
+# GIT_TEST_GETTEXT_POISON poisons the refname along with the enclosing
 # error message.
 test_expect_success 'rebase --onto outputs the invalid ref' '
        test_must_fail git rebase --onto invalid-ref HEAD HEAD 2>err &&