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/shared.vim | |
| 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/shared.vim')
| -rw-r--r-- | src/nvim/testdir/shared.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/shared.vim b/src/nvim/testdir/shared.vim index aba995e788..33f6d9a2d0 100644 --- a/src/nvim/testdir/shared.vim +++ b/src/nvim/testdir/shared.vim @@ -9,7 +9,7 @@ source view_util.vim " {Nvim} " Filepath captured from output may be truncated, like this: -" /home/va...estdir/Xtest-tmpdir/nvimxbXN4i/10 +" /home/va...estdir/X-test-tmpdir/nvimxbXN4i/10 " Get last 2 segments, then combine with $TMPDIR. func! Fix_truncated_tmpfile(fname) " sanity check |