summaryrefslogtreecommitdiff
path: root/test/testenv
diff options
context:
space:
mode:
Diffstat (limited to 'test/testenv')
-rwxr-xr-xtest/testenv6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/testenv b/test/testenv
index 11a46ee..09fd328 100755
--- a/test/testenv
+++ b/test/testenv
@@ -54,7 +54,7 @@
# Set up the environment
export PATH="$destdir/usr/bin:$PATH"
- export LIBRETOOLS_LIBDIR="$destdir/usr/lib/libretools"
+ export LIBRETOOLS_LIBRARY_PATH="$destdir/usr/lib/libretools"
export _librelib_conf_sh_sysconfdir="$destdir/etc"
export _librelib_conf_sh_pkgconfdir="$destdir/etc/libretools.d"
sed -i 's,/usr/bin/librefetch,$(which librefetch),' \
@@ -66,7 +66,7 @@
vars=(
TMPDIR
GNUPGHOME XDG_CACHE_HOME XDG_CONFIG_HOME
- PATH LIBRETOOLS_LIBDIR _librelib_conf_sh_sysconfdir _librelib_conf_sh_pkgconfdir
+ PATH LIBRETOOLS_LIBRARY_PATH _librelib_conf_sh_sysconfdir _librelib_conf_sh_pkgconfdir
GPGKEY
)
env=()
@@ -98,7 +98,7 @@
vars=(
TMPDIR
_HOME GNUPGHOME XDG_CACHE_HOME XDG_CONFIG_HOME
- _PATH LIBRETOOLS_LIBDIR _librelib_conf_sh_sysconfdir _librelib_conf_sh_pkgconfdir
+ _PATH LIBRETOOLS_LIBRARY_PATH _librelib_conf_sh_sysconfdir _librelib_conf_sh_pkgconfdir
GPGKEY
)
export _HOME="$HOME"