diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2020-01-24 19:38:42 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2020-01-25 22:04:11 -0300 |
commit | 0e3a09b6ed727533b0a6d545c61fcab5f02b6145 (patch) | |
tree | 687940d6a0e574027b05e0237789d436fe561810 /spec/pack_spec.lua | |
parent | 2e5748e5ade1566fa2e479aa4f38c0b46fe0ba79 (diff) | |
download | luarocks-0e3a09b6ed727533b0a6d545c61fcab5f02b6145.tar.gz luarocks-0e3a09b6ed727533b0a6d545c61fcab5f02b6145.tar.bz2 luarocks-0e3a09b6ed727533b0a6d545c61fcab5f02b6145.zip |
tests: drop LuaSec dependency on tests, use fixtures instead
Diffstat (limited to 'spec/pack_spec.lua')
-rw-r--r-- | spec/pack_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/pack_spec.lua b/spec/pack_spec.lua index bea47811..f0c128a3 100644 --- a/spec/pack_spec.lua +++ b/spec/pack_spec.lua | |||
@@ -6,7 +6,6 @@ local testing_paths = test_env.testing_paths | |||
6 | test_env.unload_luarocks() | 6 | test_env.unload_luarocks() |
7 | 7 | ||
8 | local extra_rocks = { | 8 | local extra_rocks = { |
9 | "/luasec-0.6-1.rockspec", | ||
10 | "/luassert-1.7.0-1.src.rock", | 9 | "/luassert-1.7.0-1.src.rock", |
11 | "/luasocket-3.0rc1-2.src.rock", | 10 | "/luasocket-3.0rc1-2.src.rock", |
12 | "/luasocket-3.0rc1-2.rockspec", | 11 | "/luasocket-3.0rc1-2.rockspec", |