aboutsummaryrefslogtreecommitdiff
path: root/scripts/run-api-tests.exp
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-09-13 21:49:18 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-09-13 21:49:18 -0300
commit06390208f3480f108591988602c46d4926a2e9ae (patch)
tree423b21b9426174218360d4f30c69bf5b58fc2f4d /scripts/run-api-tests.exp
parent5778c25c019f01c3e0249da18398abdca3f9b002 (diff)
parent84aff1da6ad8607f67156a810028cdfb0ffedc9f (diff)
downloadrneovim-06390208f3480f108591988602c46d4926a2e9ae.tar.gz
rneovim-06390208f3480f108591988602c46d4926a2e9ae.tar.bz2
rneovim-06390208f3480f108591988602c46d4926a2e9ae.zip
Merge PR #1163 'Initial documentation of nvim features'
Diffstat (limited to 'scripts/run-api-tests.exp')
-rwxr-xr-xscripts/run-api-tests.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/run-api-tests.exp b/scripts/run-api-tests.exp
index 6209a77cfc..27c9c963e5 100755
--- a/scripts/run-api-tests.exp
+++ b/scripts/run-api-tests.exp
@@ -11,8 +11,8 @@ set run_nvim [split [lindex $argv 1] " "]
# don't echo to stdout
log_user 0
-# set NEOVIM_LISTEN_ADDRESS, so nvim will listen on a known socket
-set env(NEOVIM_LISTEN_ADDRESS) "/tmp/nvim-[exec date +%s%N].sock"
+# set NVIM_LISTEN_ADDRESS, so nvim will listen on a known socket
+set env(NVIM_LISTEN_ADDRESS) "/tmp/nvim-[exec date +%s%N].sock"
# start nvim
spawn {*}$run_nvim
# save the job descriptor