diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2022-03-06 14:50:49 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-03-06 23:04:20 -0300 |
commit | 2fac17d4d211adf9c1fe9668094febb55ee92389 (patch) | |
tree | 5a208594d4598a78c1b7786156c212b6235c587b /spec/pack_spec.lua | |
parent | 1138b2c1d84cee1dd165b17bd353e2ca38466eb7 (diff) | |
download | luarocks-2fac17d4d211adf9c1fe9668094febb55ee92389.tar.gz luarocks-2fac17d4d211adf9c1fe9668094febb55ee92389.tar.bz2 luarocks-2fac17d4d211adf9c1fe9668094febb55ee92389.zip |
tests: don't use validate-args rockspec in tests
We only used the rockspec in testing, but since the app it refers
to is GPL-3, it could cause confusion among users, so let's just
drop it from the test suite.
Closes #1387.
Diffstat (limited to 'spec/pack_spec.lua')
-rw-r--r-- | spec/pack_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/pack_spec.lua b/spec/pack_spec.lua index beab7e8a..d81258c6 100644 --- a/spec/pack_spec.lua +++ b/spec/pack_spec.lua | |||
@@ -30,7 +30,7 @@ describe("luarocks pack #integration", function() | |||
30 | end) | 30 | end) |
31 | 31 | ||
32 | it("invalid rockspec", function() | 32 | it("invalid rockspec", function() |
33 | assert.is_false(run.luarocks_bool("pack " .. testing_paths.fixtures_dir .. "/invalid_validate-args-1.5.4-1.rockspec")) | 33 | assert.is_false(run.luarocks_bool("pack " .. testing_paths.fixtures_dir .. "/invalid_say-1.3-1.rockspec")) |
34 | end) | 34 | end) |
35 | 35 | ||
36 | it("not installed rock", function() | 36 | it("not installed rock", function() |