From: Bruno Haible Date: Sun, 16 Sep 2018 22:46:03 +0000 (+0200) Subject: Fix lang-sh test failure in VPATH builds. X-Git-Tag: v0.20~386 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcef230f8c5f6c1f511206a7a34e4e39dd0b1e2d;p=thirdparty%2Fgettext.git Fix lang-sh test failure in VPATH builds. * gettext-tools/tests/lang-sh: Prepend the gettext-runtime/src build dir, not the gettext-runtime/src source dir, to PATH. --- diff --git a/gettext-tools/tests/lang-sh b/gettext-tools/tests/lang-sh index 8eed6ed22..afc297323 100755 --- a/gettext-tools/tests/lang-sh +++ b/gettext-tools/tests/lang-sh @@ -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 sh language. # Assumes an fr_FR locale is installed.