]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid a test failure.
authorBruno Haible <bruno@clisp.org>
Wed, 24 Jul 2002 14:56:45 +0000 (14:56 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:41 +0000 (12:08 +0200)
tests/ChangeLog
tests/msgunfmt-2

index 3c7e4dfa9818eb97817c3679ef348f5e5a8ad18c..8aeec4ca78a587e3aec2e8891d5b647cce0f3344 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-24  Bruno Haible  <bruno@clisp.org>
+
+       * msgunfmt-2: Add the current directory to the CLASSPATH, so the
+       resource can be found.
+
 2002-07-23  Bruno Haible  <bruno@clisp.org>
 
        * format-c-3: Add SKIP message.
index a27cf4550bf70bd899cdea352c40bf9153a46231..bae5572fa4db7072eab9f1e78e0181063039b3d8 100755 (executable)
@@ -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