[tests] try to fix ci test failures

pull/915/head
Timothy Stack 3 years ago
parent 2000513135
commit aa9947fbb0

@ -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

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

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

Loading…
Cancel
Save