Skip to content

Commit 49f50f5

Browse files
committed
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
2 parents 57a6b93 + f88b9cb commit 49f50f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/test-lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,6 +1439,7 @@ test -z "$NO_GETTEXT" && test_set_prereq GETTEXT
14391439
if test -n "$GIT_TEST_GETTEXT_POISON_ORIG"
14401440
then
14411441
GIT_TEST_GETTEXT_POISON=$GIT_TEST_GETTEXT_POISON_ORIG
1442+
export GIT_TEST_GETTEXT_POISON
14421443
unset GIT_TEST_GETTEXT_POISON_ORIG
14431444
fi
14441445

0 commit comments

Comments
 (0)