From: Bruno Haible Date: Fri, 21 Jul 2006 19:44:10 +0000 (+0000) Subject: Make the test work on Solaris 7. X-Git-Tag: v0.15~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99b398de3619eb469b6514c8dc69d962fa608f9e;p=thirdparty%2Fgettext.git Make the test work on Solaris 7. --- diff --git a/gettext-tools/tests/gettext-4 b/gettext-tools/tests/gettext-4 index 1e2717901..e6c10bf12 100755 --- a/gettext-tools/tests/gettext-4 +++ b/gettext-tools/tests/gettext-4 @@ -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