From: Bruno Haible Date: Mon, 14 Jan 2002 12:10:54 +0000 (+0000) Subject: Make msgexec-2 work when builddir != srcdir. X-Git-Tag: v0.11~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3432975c026720159c51444d752858d05cfe6def;p=thirdparty%2Fgettext.git Make msgexec-2 work when builddir != srcdir. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index c214b3af5..0548a78e8 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2002-01-12 Bruno Haible + + * msgexec-2: Make it work when builddir != srcdir. + 2002-01-12 Bruno Haible * lang-librep: Skip the test if the 'rep' program is too old. diff --git a/tests/msgexec-2 b/tests/msgexec-2 index 78e4c26b2..315fd8b72 100755 --- a/tests/msgexec-2 +++ b/tests/msgexec-2 @@ -63,7 +63,7 @@ ${MSGEXEC} -i mex-test2.po 0 > mex-test2.out test $? = 0 || { rm -fr $tmpfiles; exit 1; } : ${CMP=cmp} -${CMP} mex-test2.ok mex-test2.out >/dev/null 2>/dev/null +${CMP} ${top_srcdir}/tests/mex-test2.ok mex-test2.out >/dev/null 2>/dev/null result=$? rm -fr $tmpfiles