From c20b26cdc7c4ca1753f047576387406995c4bd77 Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Tue, 25 Jul 2023 22:33:48 -0700 Subject: [PATCH] Fix test failure --- test/run_tests.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.44.0