[tests] try to fix ci test failures

This commit is contained in:
Timothy Stack 2021-08-29 08:46:10 -07:00
parent 2000513135
commit aa9947fbb0
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ mkdir -p "${CONFIG_DIR}"
rm -rf "${CONFIG_DIR}/.lnav/formats"
HOME=${CONFIG_DIR}
unset XDG_CONFIG_HOME
export HOME
${lnav_test} -i ${srcdir}/formats/jsontest/format.json

View File

@ -34,6 +34,7 @@ Hello, World!
EOF
export HOME=${PWD}/remote
unset XDG_CONFIG_HOME
rm -rf remote-tmp
mkdir -p remote-tmp

View File

@ -3,6 +3,7 @@
lnav_test="${top_builddir}/src/lnav-test"
export HOME="./sessions"
unset XDG_CONFIG_HOME
rm -rf "./sessions"
mkdir -p $HOME