mirror of
https://github.com/dense-analysis/ale
synced 2024-12-14 18:37:12 +00:00
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
Execute($TMPDIR should be set to a default value if unset):
|
|
if has('unix')
|
|
AssertEqual '/tmp', $TMPDIR
|
|
endif
|