mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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 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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user