From bec322a5c12a658aa05620e23f576309a658e8a1 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 12 Jun 2018 22:58:40 -0300 Subject: Tests: disable customized external_deps_dirs --- spec/util/test_env.lua | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/spec/util/test_env.lua b/spec/util/test_env.lua index ffe5291d..6d8a962c 100644 --- a/spec/util/test_env.lua +++ b/spec/util/test_env.lua @@ -651,18 +651,6 @@ local function create_configs() rsync = "localhost/tmp/luarocks_testing", }, } - external_deps_dirs = { - "/usr/local", - "/usr", - -- These are used for a test that fails, so it - -- can point to invalid paths: - { - prefix = "/opt", - bin = "bin", - include = "include", - lib = { "lib", "lib64" }, - } - } ]], { user = os.getenv("USER"), testing_sys_tree = test_env.testing_paths.testing_sys_tree, -- cgit v1.2.3-55-g6feb