mirror of
https://github.com/neovim/neovim
synced 2025-07-27 08:52:10 +00: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:
@ -11,7 +11,7 @@ SCRIPTSOURCE := ../../../runtime
|
|||||||
|
|
||||||
export SHELL := sh
|
export SHELL := sh
|
||||||
export NVIM_PRG := $(NVIM_PRG)
|
export NVIM_PRG := $(NVIM_PRG)
|
||||||
export TMPDIR := Xtest-tmpdir
|
export TMPDIR := $(abspath ../../../Xtest-tmpdir)
|
||||||
|
|
||||||
SCRIPTS_DEFAULT = \
|
SCRIPTS_DEFAULT = \
|
||||||
test14.out \
|
test14.out \
|
||||||
|
Reference in New Issue
Block a user