mirror of
https://github.com/neovim/neovim.git
synced 2026-01-16 18:07:00 +00:00
test/old: always set $TMPDIR
On macOS $TMPDIR defaults to something very long. There's not really a need to support overriding the $TMPDIR used by tests, so always use the workspace-local path "Xtest-tmpdir".
This commit is contained in:
@@ -7,12 +7,11 @@ ifeq ($(OS),Windows_NT)
|
||||
else
|
||||
NVIM_PRG ?= ../../../build/bin/nvim
|
||||
endif
|
||||
TMPDIR ?= Xtest-tmpdir
|
||||
SCRIPTSOURCE := ../../../runtime
|
||||
|
||||
export SHELL := sh
|
||||
export NVIM_PRG := $(NVIM_PRG)
|
||||
export TMPDIR
|
||||
export TMPDIR := Xtest-tmpdir
|
||||
|
||||
SCRIPTS_DEFAULT = \
|
||||
test14.out \
|
||||
|
||||
Reference in New Issue
Block a user