From: Bruno Haible Date: Wed, 24 Jul 2002 14:56:45 +0000 (+0000) Subject: Avoid a test failure. X-Git-Tag: v0.11.4~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c4b5aa43385ee659ec230575e0309c5cab7d8e2;p=thirdparty%2Fgettext.git Avoid a test failure. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 3c7e4dfa9..8aeec4ca7 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2002-07-24 Bruno Haible + + * msgunfmt-2: Add the current directory to the CLASSPATH, so the + resource can be found. + 2002-07-23 Bruno Haible * format-c-3: Add SKIP message. diff --git a/tests/msgunfmt-2 b/tests/msgunfmt-2 index a27cf4550..bae5572fa 100755 --- a/tests/msgunfmt-2 +++ b/tests/msgunfmt-2 @@ -37,6 +37,7 @@ ${MSGFMT} -j -d . -r prog -l fr fr.po || exit 1 tmpfiles="$tmpfiles prog.out" : ${MSGUNFMT=msgunfmt} +CLASSPATH=.${CLASSPATH:+-$CLASSPATH} \ GETTEXTJEXEDIR=../src GETTEXTJAR=../src/gettext.jar \ ${MSGUNFMT} --java -d . -r prog -l fr -o prog.out || exit 1