diff options
Diffstat (limited to 'spec/util/test_env.lua')
-rw-r--r-- | spec/util/test_env.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/util/test_env.lua b/spec/util/test_env.lua index 1d4e98d8..269a1cfc 100644 --- a/spec/util/test_env.lua +++ b/spec/util/test_env.lua | |||
@@ -839,6 +839,7 @@ function test_env.main() | |||
839 | end | 839 | end |
840 | 840 | ||
841 | lfs.mkdir(testing_paths.testrun_dir) | 841 | lfs.mkdir(testing_paths.testrun_dir) |
842 | test_env.write_file(testing_paths.testrun_dir .. "/.luarocks-no-project", "") | ||
842 | lfs.mkdir(testing_paths.testing_cache) | 843 | lfs.mkdir(testing_paths.testing_cache) |
843 | lfs.mkdir(testing_paths.luarocks_tmp) | 844 | lfs.mkdir(testing_paths.luarocks_tmp) |
844 | 845 | ||