diff options
Diffstat (limited to 'test/testenv')
-rwxr-xr-x | test/testenv | 3 |
1 files changed, 2 insertions, 1 deletions
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 |