aboutsummaryrefslogtreecommitdiff
path: root/test/testing.lua
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-05-03 16:39:17 -0300
committerHisham <hisham@gobolinux.org>2016-05-03 16:39:17 -0300
commitab8c6c7926afe5ca2fcfc330de18618d9dce1059 (patch)
tree6dd0614afc3ade5b60b865082586103fe2dff104 /test/testing.lua
parentd96e375eb6b2356a9e7d1d172ac2043b362a41ee (diff)
parente281fea83c49e301ff7bfb4af444e68d02309f5f (diff)
downloadluarocks-ab8c6c7926afe5ca2fcfc330de18618d9dce1059.tar.gz
luarocks-ab8c6c7926afe5ca2fcfc330de18618d9dce1059.tar.bz2
luarocks-ab8c6c7926afe5ca2fcfc330de18618d9dce1059.zip
Merge branch 'master' into luarocks-3
Diffstat (limited to 'test/testing.lua')
-rw-r--r--test/testing.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testing.lua b/test/testing.lua
index 6d4b4b05..c37293ee 100644
--- a/test/testing.lua
+++ b/test/testing.lua
@@ -266,6 +266,7 @@ local tests = {
266 test_path_lr_path = function() return run "$luarocks path --lr-path" end, 266 test_path_lr_path = function() return run "$luarocks path --lr-path" end,
267 test_path_lr_cpath = function() return run "$luarocks path --lr-cpath" end, 267 test_path_lr_cpath = function() return run "$luarocks path --lr-cpath" end,
268 test_path_lr_bin = function() return run "$luarocks path --lr-bin" end, 268 test_path_lr_bin = function() return run "$luarocks path --lr-bin" end,
269 test_path_with_tree = function() return run "$luarocks path --tree=lua_modules" end,
269 fail_purge_missing_tree = function() return run '$luarocks purge --tree="$testing_tree"' end, 270 fail_purge_missing_tree = function() return run '$luarocks purge --tree="$testing_tree"' end,
270 test_purge = function() return run '$luarocks purge --tree="$testing_sys_tree"' end, 271 test_purge = function() return run '$luarocks purge --tree="$testing_sys_tree"' end,
271 test_remove = function() 272 test_remove = function()