mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
test: osx: try resolve($TMPDIR)
This commit is contained in:
@@ -19,7 +19,7 @@ describe('filename modifiers', function()
|
||||
else
|
||||
set shell=sh
|
||||
endif
|
||||
let tmpdir = $TMPDIR
|
||||
let tmpdir = resolve($TMPDIR)
|
||||
call assert_true(isdirectory(tmpdir))
|
||||
execute 'cd '. tmpdir
|
||||
let $HOME=fnamemodify('.', ':p:h:h:h')
|
||||
|
Reference in New Issue
Block a user