aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/util/test_env.lua12
1 files changed, 0 insertions, 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()
651 rsync = "localhost/tmp/luarocks_testing", 651 rsync = "localhost/tmp/luarocks_testing",
652 }, 652 },
653 } 653 }
654 external_deps_dirs = {
655 "/usr/local",
656 "/usr",
657 -- These are used for a test that fails, so it
658 -- can point to invalid paths:
659 {
660 prefix = "/opt",
661 bin = "bin",
662 include = "include",
663 lib = { "lib", "lib64" },
664 }
665 }
666 ]], { 654 ]], {
667 user = os.getenv("USER"), 655 user = os.getenv("USER"),
668 testing_sys_tree = test_env.testing_paths.testing_sys_tree, 656 testing_sys_tree = test_env.testing_paths.testing_sys_tree,