From 42ed1183c123e9afb7fddadbbc4e62d89f82b63d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 1 Oct 2014 16:50:35 -0400 Subject: conf.sh: make sysconfdir overridable at runtime, use this for testing --- test/testenv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/testenv') diff --git a/test/testenv b/test/testenv index c1b52b0..56b56fb 100755 --- a/test/testenv +++ b/test/testenv @@ -45,10 +45,11 @@ export XBS_LIBDIR="$destdir/usr/lib/xbs" export HOME=$TMPDIR/home export XDG_CACHE_HOME="$HOME/.cache" export XDG_CONFIG_HOME="$HOME/.config" +export _librelib_conf_sh_sysconfdir="$destdir/etc" # Hack to respect our variables in sudo _sudo() { - local vars=(TMPDIR PATH LIBRETOOLS_LIBDIR XDG_CACHE_HOME XDG_CONFIG_HOME) + local vars=(TMPDIR PATH LIBRETOOLS_LIBDIR XDG_CACHE_HOME XDG_CONFIG_HOME _librelib_conf_sh_sysconfdir) local args=() local var for var in "${vars[@]}"; do -- cgit v1.2.2