]> 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 13:57:04 +0000 (15:57 +0200)
gettext-tools/tests/lang-csharp
gettext-tools/tests/xgettext-glade-7

index 0d638984bcb18d4ac7e644ce5f8a060f257dab46..1d5cf8fd68452a7233e6a8ace873d3430a42a8eb 100755 (executable)
@@ -143,7 +143,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 c2d36253d60f5ed98cdc71428864352ea6c4721f..11cbccf73a712005ad728ba6986e2d0f5a61ca1e 100755 (executable)
@@ -192,7 +192,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"