diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-12 22:58:40 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-14 14:06:51 -0300 |
| commit | bec322a5c12a658aa05620e23f576309a658e8a1 (patch) | |
| tree | cc6ba5fa7c7dc519b5afe39c9c503872233f7589 | |
| parent | c59b71fa871567878c156ccef35593917091da43 (diff) | |
| download | luarocks-bec322a5c12a658aa05620e23f576309a658e8a1.tar.gz luarocks-bec322a5c12a658aa05620e23f576309a658e8a1.tar.bz2 luarocks-bec322a5c12a658aa05620e23f576309a658e8a1.zip | |
Tests: disable customized external_deps_dirs
| -rw-r--r-- | spec/util/test_env.lua | 12 |
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, |
