diff options
| author | OpportunityLiu <[email protected]> | 2019-07-16 17:08:14 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-07-16 17:08:14 +0800 |
| commit | 18714381a6257fd93c93344cb559fc409f6b1017 (patch) | |
| tree | 1dc6c47bc57d31c41fd11fa9d82ebe166a7cd9c5 /tests/plugins/project/test.lua | |
| parent | a0192acccc14a218b79d73ed6013f5862abefd4f (diff) | |
[skip ci] fix temp path
Diffstat (limited to 'tests/plugins/project/test.lua')
| -rw-r--r-- | tests/plugins/project/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/project/test.lua b/tests/plugins/project/test.lua index 649a2e944..c6e1069d9 100644 --- a/tests/plugins/project/test.lua +++ b/tests/plugins/project/test.lua @@ -11,7 +11,7 @@ function test_vsxmake(t) local projname = "testproj" - local tempdir = os.tmpdir() + local tempdir = os.tmpfile() os.mkdir(tempdir) os.cd(tempdir) |
