ale/test/test_tmpdir_init.vader

4 lines
117 B
Text

Execute($TMPDIR should be set to a default value if unset):
if has('unix')
AssertEqual '/tmp', $TMPDIR
endif