mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -07:00
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:
parent
6f4c4be952
commit
8821579baa
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user