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/remove_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/remove_spec.lua')
-rw-r--r-- | spec/remove_spec.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/remove_spec.lua b/spec/remove_spec.lua index ddeb0644..3bcfbb25 100644 --- a/spec/remove_spec.lua +++ b/spec/remove_spec.lua | |||
@@ -6,8 +6,6 @@ local env_variables = test_env.env_variables | |||
6 | local V = test_env.V | 6 | local V = test_env.V |
7 | local P = test_env.P | 7 | local P = test_env.P |
8 | 8 | ||
9 | test_env.unload_luarocks() | ||
10 | |||
11 | local extra_rocks = { | 9 | local extra_rocks = { |
12 | "/abelhas-1.1-1.src.rock", | 10 | "/abelhas-1.1-1.src.rock", |
13 | "/copas-${COPAS}.src.rock", | 11 | "/copas-${COPAS}.src.rock", |