]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Fix test failure
authorYegappan Lakshmanan <yegappan@yahoo.com>
Wed, 26 Jul 2023 05:33:48 +0000 (22:33 -0700)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Wed, 26 Jul 2023 05:33:48 +0000 (22:33 -0700)
test/run_tests.sh

index d5ecee0fd5933dadf82dadf617fd39c910027070..e99590538d096ff631d87fce90e422bd5a2120c1 100755 (executable)
@@ -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