summaryrefslogtreecommitdiff
path: root/test/test_tmpdir_init.vader
blob: 23326dccd1d1e90289a6cdce1a6fbc4e6e9bb1ad (plain)
1
2
3
4
Execute($TMPDIR should be set to a default value if unset):
  if has('unix')
    AssertEqual '/tmp', $TMPDIR
  endif