--- polib-1.2.0/tests/tests.py.orig +++ polib-1.2.0/tests/tests.py @@ -631,7 +631,7 @@ """ Test for the POFile.save_as_mofile() method. """ - msgfmt = which('msgfmt') + msgfmt = which('gmsgfmt') if msgfmt is None: try: return unittest.skip('msgfmt is not installed')