aboutsummaryrefslogtreecommitdiff
path: root/spec/lint_spec.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-02-26 18:30:31 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-02-27 13:28:33 -0300
commit03e401231972d7b4db0145a71ce74d5d18d1a901 (patch)
tree10e59cd4fe0065ec87db0699965bb5e2f0436d74 /spec/lint_spec.lua
parent5b2e63e6b087bdf626dd7cef319d6ba29f5e197c (diff)
downloadluarocks-03e401231972d7b4db0145a71ce74d5d18d1a901.tar.gz
luarocks-03e401231972d7b4db0145a71ce74d5d18d1a901.tar.bz2
luarocks-03e401231972d7b4db0145a71ce74d5d18d1a901.zip
tests: reorganize and speed up unit tests
Diffstat (limited to 'spec/lint_spec.lua')
-rw-r--r--spec/lint_spec.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/lint_spec.lua b/spec/lint_spec.lua
index 847c9800..919e4e71 100644
--- a/spec/lint_spec.lua
+++ b/spec/lint_spec.lua
@@ -2,8 +2,6 @@ local test_env = require("spec.util.test_env")
2local run = test_env.run 2local run = test_env.run
3local get_tmp_path = test_env.get_tmp_path 3local get_tmp_path = test_env.get_tmp_path
4local write_file = test_env.write_file 4local write_file = test_env.write_file
5
6test_env.unload_luarocks()
7local lfs = require("lfs") 5local lfs = require("lfs")
8 6
9local extra_rocks = { 7local extra_rocks = {