Get some more random tests to work on Windows

This commit is contained in:
w0rp
2017-09-08 21:51:49 +01:00
parent 1c5253b928
commit 26195efa0b
2 changed files with 7 additions and 3 deletions

View File

@@ -1,2 +1,4 @@
Execute($TMPDIR should be set to a default value if unset):
AssertEqual '/tmp', $TMPDIR
if has('unix')
AssertEqual '/tmp', $TMPDIR
endif