]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make msgexec-2 work when builddir != srcdir.
authorBruno Haible <bruno@clisp.org>
Mon, 14 Jan 2002 12:10:54 +0000 (12:10 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:57:46 +0000 (00:57 +0200)
tests/ChangeLog
tests/msgexec-2

index c214b3af5d4cb716a6a92045e424b7584b188b83..0548a78e885ff73ee8becfecf6bf68370714b6ea 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-12  Bruno Haible  <bruno@clisp.org>
+
+       * msgexec-2: Make it work when builddir != srcdir.
+
 2002-01-12  Bruno Haible  <bruno@clisp.org>
 
        * lang-librep: Skip the test if the 'rep' program is too old.
index 78e4c26b2168d936764581db1a48e26fb20a7678..315fd8b7223d14c973d1777723f44bd5ce4322da 100755 (executable)
@@ -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