From 1e73fd4b1ec3e09a880a7e00527952c647c19fc6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 17 Jan 2011 04:07:24 -0500 Subject: tests: setup env before reading local files The local files we source might use local binaries (like eval_ecolors), so setup the env first. Signed-off-by: Mike Frysinger --- test/setup_env.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/setup_env.sh b/test/setup_env.sh index 6794913..faa8c8b 100755 --- a/test/setup_env.sh +++ b/test/setup_env.sh @@ -9,14 +9,14 @@ srcdir=${srcdir:-.} top_builddir=${top_builddir:-${top_srcdir}} builddir=${builddir:-${srcdir}} +export LD_LIBRARY_PATH=${top_builddir}/src/libeinfo:${top_builddir}/src/librc:${LD_LIBRARY_PATH} +export PATH=${top_builddir}/src/rc:${PATH} + if ! . ${top_srcdir}/sh/functions.sh; then echo "Sourcing functions.sh failed !?" 1>&2 exit 1 fi -export LD_LIBRARY_PATH=${top_builddir}/src/libeinfo:${top_builddir}/src/librc:${LD_LIBRARY_PATH} -export PATH=${top_builddir}/src/rc:${PATH} - cd ${top_srcdir}/src/rc ${MAKE:-make} links >/dev/null cd - -- cgit v1.2.3