From 2d1b5589e850ac7e35574790539cff6430bfa14f Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Sat, 13 Sep 2014 16:20:50 -0300 Subject: server: Rename address environment variable To follow the pattern of using NVIM for technical descriptions, it was renamed to NVIM_LISTEN_ADDRESS --- scripts/run-api-tests.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit