aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-10-19 18:04:08 -0700
committerGitHub <noreply@github.com>2019-10-19 18:04:08 -0700
commit019c8d13dd7056725c0715dc15e451118b767b7d (patch)
tree09b58913672d5a3a3c3f920f45e6ac7d295bed25 /test/functional/helpers.lua
parent06a6828f01638d7f1fed012b494d93eb5f1c206d (diff)
downloadrneovim-019c8d13dd7056725c0715dc15e451118b767b7d.tar.gz
rneovim-019c8d13dd7056725c0715dc15e451118b767b7d.tar.bz2
rneovim-019c8d13dd7056725c0715dc15e451118b767b7d.zip
build/doc/CI: remove/update quickbuild references #11258
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r--test/functional/helpers.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua
index a6ff10c0a4..1108fbb2ba 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -29,10 +29,8 @@ local module = {
}
local start_dir = lfs.currentdir()
--- XXX: NVIM_PROG takes precedence, QuickBuild sets it.
module.nvim_prog = (
- os.getenv('NVIM_PROG')
- or os.getenv('NVIM_PRG')
+ os.getenv('NVIM_PRG')
or global_helpers.test_build_dir .. '/bin/nvim'
)
-- Default settings for the test session.