]> git.ipfire.org Git - thirdparty/automake.git/commit
Fixlets for internationalization tests.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 6 Sep 2010 12:32:30 +0000 (14:32 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 7 Sep 2010 10:37:32 +0000 (12:37 +0200)
commit3e1c807be8de4b70fc41e1b10b2df35479c59777
treeffaa8938f3ed03543de757dcdfb8c87af80a92a2
parentdcb3313b93f4e3cc93a3510cf96639f2dd587687
Fixlets for internationalization tests.

* tests/pot-copyright.test: Add trailing `:' command.
* tests/pot-empty.test: Likewise.
* tests/pot-download1.test: Likewise.  Use `Exit', not `exit'.
($required): Remove gzip, as we must take it for granted anyway.
* tests/pot-format-qt1.test: Use `Exit', not `exit'.  Use `$MAKE',
not bare `make'.  Add trailing `:' command.  Avoid useless use of
cat.  Do not redirect output of grep, cmp, etc. to /dev/null.
Other minor cosmetic changes.
* tests/pot-format-java1.test: Likewise, and ...
($required): Remove gzip, as we must take it for granted anyway.
* tests/pot-format-java2.test: Likewise.
* tests/pot-format-tcl1.test: Likewise.
* tests/pot-linguas.test: Likewise.
* tests/pot-noinst.test: Likewise.
* tests/pot-samedir.test: Likewise.
* tests/pot-topsrcdir.test: Likewise.
* tests/pot-format-csharp1.test: Likewise, and quote all literal
dots in grep regexps.
* tests/pot-enable1.test: Use `$MAKE', not bare `make'.  Do not
redirect grep output to /dev/null.  Add trailing `:' command.
(Makefile.am): Explicitly declare phony target as such.
* tests/pot-enable2.test: Likewise.
* tests/pot-msgidbugs.test: Use `$MAKE', not bare `make'.  Avoid
useless use of cat.  Add trailing `:' command.
* tests/pot-xgettext1.test: Likewise.
* tests/pot-xgettext2.test: Likewise.
* tests/pot-xgettext3.test: Likewise.
* tests/pot-xgettext4.test: Likewise.
* tests/pot-no-linguas.test: Likewise, and do not redirect grep
output to /dev/null.
* tests/pot-override1.test: Likewise.
* tests/pot-macro-warn.test: Avoid useless use of `AUTOMAKE_run'.
Add trailing `:' command.
* tests/pot-warn1.test: Likewise.
* tests/pot-warn2.test: Likewise.
25 files changed:
ChangeLog
tests/pot-copyright.test
tests/pot-download1.test
tests/pot-empty.test
tests/pot-enable1.test
tests/pot-enable2.test
tests/pot-format-csharp1.test
tests/pot-format-java1.test
tests/pot-format-java2.test
tests/pot-format-qt1.test
tests/pot-format-tcl1.test
tests/pot-linguas.test
tests/pot-macro-warn.test
tests/pot-msgidbugs.test
tests/pot-no-linguas.test
tests/pot-noinst.test
tests/pot-override1.test
tests/pot-samedir.test
tests/pot-topsrcdir.test
tests/pot-warn1.test
tests/pot-warn2.test
tests/pot-xgettext1.test
tests/pot-xgettext2.test
tests/pot-xgettext3.test
tests/pot-xgettext4.test