diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-12-09 07:51:37 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-09 07:51:37 +0800 |
| commit | 8b3412636a1027eaa14a95211efb449b58e9a01e (patch) | |
| tree | 683763e8791cc9fea2f5bcdffec4457da8fbf18a /src/nvim/testdir/Makefile | |
| parent | d82096edf8b870b79da40cc005803ee18c63e409 (diff) | |
| download | rneovim-8b3412636a1027eaa14a95211efb449b58e9a01e.tar.gz rneovim-8b3412636a1027eaa14a95211efb449b58e9a01e.tar.bz2 rneovim-8b3412636a1027eaa14a95211efb449b58e9a01e.zip | |
test(old): change $TMPDIR from Xtest-tmpdir to X-test-tmpdir (#21346)
I've noticed a patch 8.2.4376 that uses more Xtest directories.
Change $TMPDIR to X-test-tmpdir to avoid more future divergence.
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 0684b3798e..9511b311e6 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -11,7 +11,7 @@ ROOT := ../../.. export SHELL := sh export NVIM_PRG := $(NVIM_PRG) -export TMPDIR := $(abspath Xtest-tmpdir) +export TMPDIR := $(abspath X-test-tmpdir) ifeq ($(OS),Windows_NT) FIXFF = fixff |