From: Bruno Haible Date: Sun, 21 Oct 2018 11:20:34 +0000 (+0200) Subject: Fix lang-bash test failure in VPATH builds. X-Git-Tag: v0.20~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=187a8b2cd57abccbdace1383b343510a2ee7cb87;p=thirdparty%2Fgettext.git Fix lang-bash test failure in VPATH builds. * gettext-tools/tests/lang-bash: Prepend the gettext-runtime/src build dir, not the gettext-runtime/src source dir, to PATH. --- diff --git a/gettext-tools/tests/lang-bash b/gettext-tools/tests/lang-bash index 6c68a8bdc..268ec3264 100755 --- a/gettext-tools/tests/lang-bash +++ b/gettext-tools/tests/lang-bash @@ -1,5 +1,5 @@ #! /bin/sh -. "${srcdir=.}/init.sh"; path_prepend_ . ../src ${top_srcdir=..}/../gettext-runtime/src +. "${srcdir=.}/init.sh"; path_prepend_ . ../src ../../gettext-runtime/src # Test of gettext facilities in the bash language. # Assumes an fr_FR locale is installed.