]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Hide a warning.
authorBruno Haible <bruno@clisp.org>
Wed, 31 Oct 2001 18:07:53 +0000 (18:07 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 20:44:53 +0000 (22:44 +0200)
tests/ChangeLog
tests/xgettext-13

index f25b3c150e7d9fa91a32746cf918dc97f484c2e2..07096e644e040d2b6329bf497c3cc6a6e3af198e 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-31  Bruno Haible  <haible@clisp.cons.org>
+
+       * xgettext-13: Hide warning.
+
 2001-10-21  Bruno Haible  <haible@clisp.cons.org>
 
        * Makefile.am (tstgettext_LDADD, tstngettext_LDADD): Replace
index 815a13b06d8eb104a9d867fb0321fb797ab80285..4487e44a45f0440aa3ee1f6902b2e8f65baf31f3 100755 (executable)
@@ -27,7 +27,7 @@ EOF
 tmpfiles="$tmpfiles xg-test13.po"
 : ${XGETTEXT=xgettext}
 # delete POT-Creation-Date: line because the date depends on local time.
-${XGETTEXT} --output - --no-location -k_ xg-test13.in.c \
+${XGETTEXT} --output - --no-location -k_ xg-test13.in.c 2>/dev/null \
   | sed '/\"POT-Creation-Date:.*/d' > xg-test13.po
 
 tmpfiles="$tmpfiles xg-test13.ok"