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