ale/test/test_tmpdir_init.vader

5 lines
117 B
Plaintext

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