+2003-06-17 Paul Eggert <eggert@twinsun.com>
+
+ * gettext-tools/tests/msgcat-7: Put msgcat options before file name, so
+ that the test doesn't fail if POSIXLY_CORRECT is set.
+
2003-06-15 Bruno Haible <bruno@clisp.org>
* xgettext-26: New file, derived from lang-perl.
tmpfiles="$tmpfiles mcat-test7.out"
rm -f mcat-test7.out
: ${MSGCAT=msgcat}
-${MSGCAT} mcat-test7.in1 --sort-output -o mcat-test7.out
+${MSGCAT} --sort-output -o mcat-test7.out mcat-test7.in1
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
tmpfiles="$tmpfiles mcat-test7.ok"