From: Yegappan Lakshmanan Date: Wed, 26 Jul 2023 05:33:48 +0000 (-0700) Subject: Fix test failure X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c20b26cdc7c4ca1753f047576387406995c4bd77;p=vim-lsp.git Fix test failure --- diff --git a/test/run_tests.sh b/test/run_tests.sh index d5ecee0..e995905 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -2,9 +2,7 @@ # Script to run the unit-tests for the LSP Vim plugin -#VIMPRG=${VIMPRG:=$(which vim)} -export VIMPRG=/home/yega/Documents/vim/vim9/vim/src/vim -export VIMRUNTIME=/home/yega/Documents/vim/vim9/vim/runtime +VIMPRG=${VIMPRG:=$(which vim)} if [ -z "$VIMPRG" ]; then echo "ERROR: vim (\$VIMPRG) is not found in PATH" exit 1