From: Daiki Ueno Date: Mon, 12 Aug 2013 13:57:04 +0000 (+0200) Subject: tests: fix make distcheck X-Git-Tag: v0.18.3.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6652e33882b61f4a17fff54f75917040caa1b376;p=thirdparty%2Fgettext.git tests: fix make distcheck --- diff --git a/gettext-tools/tests/lang-csharp b/gettext-tools/tests/lang-csharp index 0092953a2..b76e3fd50 100755 --- a/gettext-tools/tests/lang-csharp +++ b/gettext-tools/tests/lang-csharp @@ -142,7 +142,6 @@ ${DIFF} l-csharp-fr.po l-csharp-fr.po.new || exit 1 : ${MSGFMT=msgfmt} GETTEXTCSHARPLIBDIR=../../gettext-runtime/intl-csharp \ ${MSGFMT} --csharp -d l-csharp -r prog -l fr l-csharp-fr.po || exit 1 -exit 0 # Test which of the fr_FR locales are installed. : ${LOCALE_FR=fr_FR} diff --git a/gettext-tools/tests/xgettext-glade-7 b/gettext-tools/tests/xgettext-glade-7 index f17eb59c6..51797c583 100755 --- a/gettext-tools/tests/xgettext-glade-7 +++ b/gettext-tools/tests/xgettext-glade-7 @@ -191,7 +191,6 @@ EOF tmpfiles="$tmpfiles xg-gl-7.pot" : ${XGETTEXT=xgettext} ${XGETTEXT} -o - xg-gl-7.ui | grep -v 'POT-Creation-Date' > xg-gl-7.pot -cp xg-gl-7.pot .. test $? = 0 || { rm -fr $tmpfiles; exit 1; } tmpfiles="$tmpfiles xg-gl-7.ok"