]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
tests: Remove garbage added for debugging
authorDaiki Ueno <ueno@gnu.org>
Thu, 25 Jun 2015 03:19:20 +0000 (12:19 +0900)
committerDaiki Ueno <ueno@gnu.org>
Thu, 25 Jun 2015 03:19:20 +0000 (12:19 +0900)
gettext-tools/tests/xgettext-c-19
gettext-tools/tests/xgettext-c-20

index 09a227a70758076ff6a26d2030b1d1150194d910..674af4fe9fb77484c2dcea4e1c852a9699816ba8 100755 (executable)
@@ -33,7 +33,7 @@ iconv -f UTF-8 -t EUC-JP < xg-c-19.in.c > xg-c-19.c \
 
 ${XGETTEXT} --from-code=EUC-JP --add-comments --no-location --no-wrap \
            -o - xg-c-19.c | grep -v 'POT-Creation-Date' > xg-c-19.tmp.po \
-           || { cp core* ..; exit 1; }
+           || exit 1
 LC_ALL=C tr -d '\r' < xg-c-19.tmp.po > xg-c-19.po || exit 1
 
 cat <<\EOF > xg-c-19.ok
index 621663cb7d089fe9219688a4c8b384b7b6285126..283f8d0346567b1ace959fb751f25309130d7350 100755 (executable)
@@ -80,7 +80,7 @@ EOF
 
 ${XGETTEXT} --add-comments --no-location --no-wrap \
            -o - xg-c-20.cc | grep -v 'POT-Creation-Date' > xg-c-20.tmp.po \
-           || { cp core* ..; exit 1; }
+           || exit 1
 LC_ALL=C tr -d '\r' < xg-c-20.tmp.po > xg-c-20.po || exit 1
 
 cat <<\EOF > xg-c-20.ok
@@ -135,7 +135,7 @@ EOF
 
 ${XGETTEXT} --add-comments --no-location --no-wrap \
            -o - xg-c-20.c | grep -v 'POT-Creation-Date' > xg-c-20c.tmp.po \
-           || { cp core* ..; exit 1; }
+           || exit 1
 LC_ALL=C tr -d '\r' < xg-c-20c.tmp.po > xg-c-20c.po || exit 1
 
 cat <<\EOF > xg-c-20c.ok