]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
tests: fix make distcheck
authorDaiki Ueno <ueno@gnu.org>
Mon, 12 Aug 2013 13:57:04 +0000 (15:57 +0200)
committerDaiki Ueno <ueno@gnu.org>
Mon, 12 Aug 2013 14:59:37 +0000 (16:59 +0200)
gettext-tools/tests/lang-csharp
gettext-tools/tests/xgettext-glade-7

index 0092953a20fa6216de8f9842f2a8addc467e4b9c..b76e3fd5066a73e4d0de31d861c17511b254f8c0 100755 (executable)
@@ -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}
index f17eb59c6842d89aee7d9a254187cdae56b79ef6..51797c583f548fe24fc02a4b1ca3163d4d833725 100755 (executable)
@@ -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"