test-gendoc: require gettext

If the gettext utilities aren't installed, there is no way to make the
translations.  This causes the gettext client to fall back to the untranslated
message, which triggers "** NOTHING TRANSLATED **" errors and a test failure.
This commit is contained in:
Eric Sumner 2015-01-20 17:38:42 -08:00
parent c10914bf05
commit 5718703cd3

View File

@ -1,4 +1,5 @@
#require docutils
#require gettext
Test document extraction