summaryrefslogtreecommitdiff
path: root/test/testenv
diff options
context:
space:
mode:
Diffstat (limited to 'test/testenv')
-rwxr-xr-xtest/testenv7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/testenv b/test/testenv
index 9883e8b..a2e1699 100755
--- a/test/testenv
+++ b/test/testenv
@@ -62,7 +62,12 @@
# Hack to respect our variables in sudo
_sudo() {
- local vars=(TMPDIR PATH LIBRETOOLS_LIBDIR GNUPGHOME XDG_CACHE_HOME XDG_CONFIG_HOME _librelib_conf_sh_sysconfdir GPGKEY)
+ local vars=(
+ TMPDIR
+ GNUPGHOME XDG_CACHE_HOME XDG_CONFIG_HOME
+ PATH LIBRETOOLS_LIBDIR _librelib_conf_sh_sysconfdir
+ GPGKEY
+ )
local env=()
local var
for var in "${vars[@]}"; do