From: Bruno Haible Date: Wed, 3 Jan 2018 11:48:58 +0000 (+0100) Subject: Fix msgunfmt-3 failure (regression from 2017-09-24). X-Git-Tag: v0.20~438 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=730b3b57ab062107e988bf5fb76f355646e1c3ab;p=thirdparty%2Fgettext.git Fix msgunfmt-3 failure (regression from 2017-09-24). * gettext-tools/tests/Makefile.am (EXTRA_DIST): Add sysdep-without-nul.mo. --- diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am index 38b47b922..11ed2c9bb 100644 --- a/gettext-tools/tests/Makefile.am +++ b/gettext-tools/tests/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-tools/tests subdirectory of GNU gettext -## Copyright (C) 1995-1997, 2001-2010, 2015-2016 Free Software Foundation, Inc. +## Copyright (C) 1995-1997, 2001-2010, 2015-2016, 2018 Free Software Foundation, Inc. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -152,7 +152,8 @@ TESTS = gettext-1 gettext-2 gettext-3 gettext-4 gettext-5 gettext-6 gettext-7 \ EXTRA_DIST += init.sh init.cfg $(TESTS) \ test.mo overflow-1.mo overflow-2.mo overflow-3.mo overflow-4.mo \ - overflow-5.mo overflow-6.mo xg-c-1.ok.po mex-test2.ok \ + overflow-5.mo overflow-6.mo sysdep-without-nul.mo \ + xg-c-1.ok.po mex-test2.ok \ mm-ko.ascii.pot mm-ko.euc-kr.po mm-ko-comp.euc-kr.po \ mm-viet.comp.po mm-viet.pot mm-viet.out \ msguniq-a.in msguniq-a.inp msguniq-a.out \