summaryrefslogtreecommitdiff
path: root/utils/ci/run_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ci/run_test.sh')
-rw-r--r--utils/ci/run_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/ci/run_test.sh b/utils/ci/run_test.sh
index 3e1bcf1b..2b8e582a 100644
--- a/utils/ci/run_test.sh
+++ b/utils/ci/run_test.sh
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -e
-export LUNARVIM_RUNTIME_DIR="${LUNARVIM_RUNTIME_DIR:-"$HOME/.local/share/lunarvim"}"
-export LUNARVIM_BASE_DIR="${LUNARVIM_BASE_DIR:-"$LUNARVIM_RUNTIME_DIR/lvim"}"
+export LUNARVIM_DATA_DIR="${LUNARVIM_DATA_DIR:-"$HOME/.local/share/lvim"}"
+export LUNARVIM_BASE_DIR="$LUNARVIM_DATA_DIR/core"
export LVIM_TEST_ENV=true