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:
Justin M. Keyes
2018-01-23 23:05:45 +01:00
parent 090cd10975
commit 5d88830d51

View File

@@ -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 \