test/old: $TMPDIR must be absolute

Internals `chdir` here and there, this causes relative $TMPDIR to break
some things. Don't know why this only happened on macOS...
This commit is contained in:
Justin M. Keyes 2018-01-28 13:16:33 +01:00
parent 6f4c4be952
commit 8821579baa

View File

@ -11,7 +11,7 @@ SCRIPTSOURCE := ../../../runtime
export SHELL := sh
export NVIM_PRG := $(NVIM_PRG)
export TMPDIR := Xtest-tmpdir
export TMPDIR := $(abspath ../../../Xtest-tmpdir)
SCRIPTS_DEFAULT = \
test14.out \