]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make the test work on Solaris 7.
authorBruno Haible <bruno@clisp.org>
Fri, 21 Jul 2006 19:44:10 +0000 (19:44 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:34 +0000 (12:13 +0200)
gettext-tools/tests/gettext-4

index 1e27179015e19037aa6d60d0a08c0202b08e70a3..e6c10bf124121ed6e5ddbbf3e8f3817957d5f409 100755 (executable)
@@ -21,12 +21,12 @@ trap 'rm -fr $tmpfiles' 1 2 3 15
   exit 77
 }
 
-tmpfiles="$tmpfiles fr_FR"
-test -d fr_FR || mkdir fr_FR
-test -d fr_FR/LC_MESSAGES || mkdir fr_FR/LC_MESSAGES
+tmpfiles="$tmpfiles fr"
+test -d fr || mkdir fr
+test -d fr/LC_MESSAGES || mkdir fr/LC_MESSAGES
 
 : ${MSGFMT=msgfmt}
-${MSGFMT} -o fr_FR/LC_MESSAGES/codeset.mo ${top_srcdir}/tests/gettext-4.po
+${MSGFMT} -o fr/LC_MESSAGES/codeset.mo ${top_srcdir}/tests/gettext-4.po
 
 ./gettext-4-prg $LOCALE_FR || exit 1