From 2fac17d4d211adf9c1fe9668094febb55ee92389 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sun, 6 Mar 2022 14:50:49 -0300 Subject: 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. --- spec/fetch_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/fetch_spec.lua') diff --git a/spec/fetch_spec.lua b/spec/fetch_spec.lua index 0087159b..046d7b7b 100644 --- a/spec/fetch_spec.lua +++ b/spec/fetch_spec.lua @@ -277,7 +277,7 @@ describe("luarocks fetch #unit #mock", function() end) it("returns false if the rockspec in invalid", function() - assert.falsy(fetch.load_local_rockspec(testing_paths.fixtures_dir .. "/invalid_validate-args-1.5.4-1.rockspec")) + assert.falsy(fetch.load_local_rockspec(testing_paths.fixtures_dir .. "/invalid_say-1.3-1.rockspec")) end) it("returns false if the rockspec version is not supported", function() -- cgit v1.2.3-55-g6feb