Browse Source

Merge branch 'jc/gettext-test-fix'

The GETTEXT_POISON test option has been quite broken ever since it
was made runtime-tunable, which has been fixed.

* jc/gettext-test-fix:
  gettext tests: export the restored GIT_TEST_GETTEXT_POISON
maint
Junio C Hamano 6 years ago
parent
commit
49f50f58cb
  1. 1
      t/test-lib.sh

1
t/test-lib.sh

@ -1439,6 +1439,7 @@ test -z "$NO_GETTEXT" && test_set_prereq GETTEXT @@ -1439,6 +1439,7 @@ test -z "$NO_GETTEXT" && test_set_prereq GETTEXT
if test -n "$GIT_TEST_GETTEXT_POISON_ORIG"
then
GIT_TEST_GETTEXT_POISON=$GIT_TEST_GETTEXT_POISON_ORIG
export GIT_TEST_GETTEXT_POISON
unset GIT_TEST_GETTEXT_POISON_ORIG
fi


Loading…
Cancel
Save