diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-26 18:30:31 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-27 13:28:33 -0300 |
commit | 03e401231972d7b4db0145a71ce74d5d18d1a901 (patch) | |
tree | 10e59cd4fe0065ec87db0699965bb5e2f0436d74 /spec/search_spec.lua | |
parent | 5b2e63e6b087bdf626dd7cef319d6ba29f5e197c (diff) | |
download | luarocks-03e401231972d7b4db0145a71ce74d5d18d1a901.tar.gz luarocks-03e401231972d7b4db0145a71ce74d5d18d1a901.tar.bz2 luarocks-03e401231972d7b4db0145a71ce74d5d18d1a901.zip |
tests: reorganize and speed up unit tests
Diffstat (limited to 'spec/search_spec.lua')
-rw-r--r-- | spec/search_spec.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/search_spec.lua b/spec/search_spec.lua index bb6adf3e..6d71e008 100644 --- a/spec/search_spec.lua +++ b/spec/search_spec.lua | |||
@@ -1,8 +1,6 @@ | |||
1 | local test_env = require("spec.util.test_env") | 1 | local test_env = require("spec.util.test_env") |
2 | local run = test_env.run | 2 | local run = test_env.run |
3 | 3 | ||
4 | test_env.unload_luarocks() | ||
5 | |||
6 | local extra_rocks = { | 4 | local extra_rocks = { |
7 | "/lzlib-0.4.1.53-1.src.rock" | 5 | "/lzlib-0.4.1.53-1.src.rock" |
8 | } | 6 | } |