From: Bruno Haible Date: Tue, 6 Aug 2002 16:27:25 +0000 (+0000) Subject: Avoid test failure. X-Git-Tag: 0.11.5-branchpoint~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=019c87f95ff411c428a11177c43f78ed3e53da7b;p=thirdparty%2Fgettext.git Avoid test failure. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 6a0ddc35f..b75dbd6e8 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2002-08-06 Bruno Haible + + * format-c-3-prg.c: Make it work when builddir != srcdir. + * format-c-4-prg.c: Likewise. + 2002-08-02 Bruno Haible * format-c-3-prg.c (PRId8): Redefine if PRI_MACROS_BROKEN is set. diff --git a/tests/format-c-3 b/tests/format-c-3 index 83aa5d340..35b385524 100755 --- a/tests/format-c-3 +++ b/tests/format-c-3 @@ -7,7 +7,7 @@ trap 'rm -fr $tmpfiles' 1 2 3 15 tmpfiles="$tmpfiles fc3.pot" : ${XGETTEXT=xgettext} -${XGETTEXT} -o fc3.pot --omit-header --no-location format-c-3-prg.c +${XGETTEXT} -o fc3.pot --omit-header --no-location ${top_srcdir}/tests/format-c-3-prg.c tmpfiles="$tmpfiles fc3.ok" cat < fc3.ok diff --git a/tests/format-c-4 b/tests/format-c-4 index d43111fe3..f31c017d9 100755 --- a/tests/format-c-4 +++ b/tests/format-c-4 @@ -7,7 +7,7 @@ trap 'rm -fr $tmpfiles' 1 2 3 15 tmpfiles="$tmpfiles fc4.pot" : ${XGETTEXT=xgettext} -${XGETTEXT} -o fc4.pot --omit-header --no-location format-c-4-prg.c +${XGETTEXT} -o fc4.pot --omit-header --no-location ${top_srcdir}/tests/format-c-4-prg.c tmpfiles="$tmpfiles fc4.ok" cat < fc4.ok