mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test: osx: try resolve($TMPDIR)
This commit is contained in:
parent
5c09f37d4a
commit
0578087e5e
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user