]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
POSIXLY_CORRECT compliance.
authorBruno Haible <bruno@clisp.org>
Wed, 18 Jun 2003 12:41:25 +0000 (12:41 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:42 +0000 (12:10 +0200)
gettext-tools/tests/ChangeLog
gettext-tools/tests/msgcat-7

index 8a720c30ecef2ba4a027a342a7749d17768e162f..b40c1bc35b4ddf434ffd23b82769de31fc431f9a 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 22e4c24672ea989ea64a08d76905290562879a5f..867b7381dcea0159a61070067173d1be7b5f9bd8 100755 (executable)
@@ -21,7 +21,7 @@ EOF
 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"