mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tests: cleanup legacy temp path (#19716)
This commit is contained in:
parent
3708061d61
commit
e465f7490c
35 changed files with 69 additions and 65 deletions
|
@ -5,7 +5,7 @@ const (
|
|||
// tfolder will contain all the temporary files/subfolders made by
|
||||
// the different tests. It would be removed in testsuite_end(), so
|
||||
// individual os tests do not need to clean up after themselves.
|
||||
tfolder = os.join_path(os.vtmp_dir(), 'v', 'tests', 'io_util_test')
|
||||
tfolder = os.join_path(os.vtmp_dir(), 'tests', 'io_util_test')
|
||||
)
|
||||
|
||||
fn testsuite_begin() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue