summaryrefslogtreecommitdiff
path: root/support/testing/tests/package/test_lua_curl.py
diff options
context:
space:
mode:
Diffstat (limited to 'support/testing/tests/package/test_lua_curl.py')
-rw-r--r--support/testing/tests/package/test_lua_curl.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/testing/tests/package/test_lua_curl.py b/support/testing/tests/package/test_lua_curl.py
index 5ee79313f2..0813039483 100644
--- a/support/testing/tests/package/test_lua_curl.py
+++ b/support/testing/tests/package/test_lua_curl.py
@@ -11,6 +11,7 @@ class TestLuaLuacURL(TestLuaBase):
def test_run(self):
self.login()
self.module_test("cURL")
+ self.module_test("lcurl")
class TestLuajitLuacURL(TestLuaBase):
@@ -23,3 +24,4 @@ class TestLuajitLuacURL(TestLuaBase):
def test_run(self):
self.login()
self.module_test("cURL")
+ self.module_test("lcurl")