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
|