summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/gettext/Translate/MultiCatalog.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/gettext/Translate/MultiCatalog.py b/test/gettext/Translate/MultiCatalog.py
index f22d585..1a5708c 100644
--- a/test/gettext/Translate/MultiCatalog.py
+++ b/test/gettext/Translate/MultiCatalog.py
@@ -53,8 +53,6 @@ if not test.where_is('msgmerge'):
if not test.where_is('msginit'):
test.skip_test("could not find 'msginit'; skipping test(s)\n")
if not test.where_is('msgfmt'):
- # We really don't use it until the Example 3, but we load "gettext" tool,
- # which depends on msgfmt.
test.skip_test("could not find 'msgfmt'; skipping test(s)\n")
#############################################################################