Makefile: use $TMPDIR below src/nvim/testdir (#11153)

This makes it ignored/cleaned automatically.
It was made absolute in 8821579ba, but to the root back then.
This commit is contained in:
Daniel Hahler 2019-10-04 22:10:16 +02:00 committed by GitHub
parent b4ea09cc06
commit 402afb0895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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