aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2018-01-16 09:44:26 -0500
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-01-28 13:58:56 -0500
commit0578087e5ec928e89643f97fc0b82ed8363e4e09 (patch)
tree56cf6601917bbb966e7c2a9ba8787964291f07a3
parent5c09f37d4ac09ce32852b729869c9745d99627ec (diff)
downloadrneovim-0578087e5ec928e89643f97fc0b82ed8363e4e09.tar.gz
rneovim-0578087e5ec928e89643f97fc0b82ed8363e4e09.tar.bz2
rneovim-0578087e5ec928e89643f97fc0b82ed8363e4e09.zip
test: osx: try resolve($TMPDIR)
-rw-r--r--test/functional/legacy/fnamemodify_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/fnamemodify_spec.lua b/test/functional/legacy/fnamemodify_spec.lua
index 0364316a6a..7e859bf0cf 100644
--- a/test/functional/legacy/fnamemodify_spec.lua
+++ b/test/functional/legacy/fnamemodify_spec.lua
@@ -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')