diff options
author | Hisham <hisham@gobolinux.org> | 2016-10-19 16:12:46 -0400 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-10-19 16:12:46 -0400 |
commit | c5f11204bf774c845fd3b6205e736fcbeaf680c9 (patch) | |
tree | 17212405944b3fe294a3fe19d49abd79141d7e19 /test | |
parent | 8db1399ab7e9e9f0d211f81a038af18dfd5eadff (diff) | |
download | luarocks-c5f11204bf774c845fd3b6205e736fcbeaf680c9.tar.gz luarocks-c5f11204bf774c845fd3b6205e736fcbeaf680c9.tar.bz2 luarocks-c5f11204bf774c845fd3b6205e736fcbeaf680c9.zip |
Oops, messed with the module location.
Diffstat (limited to 'test')
-rw-r--r-- | test/test_environment.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_environment.lua b/test/test_environment.lua index b174020b..93f10b83 100644 --- a/test/test_environment.lua +++ b/test/test_environment.lua | |||
@@ -513,8 +513,8 @@ function test_env.setup_specs(extra_rocks) | |||
513 | test_env.main() | 513 | test_env.main() |
514 | package.path = test_env.env_variables.LUA_PATH | 514 | package.path = test_env.env_variables.LUA_PATH |
515 | 515 | ||
516 | test_env.platform = execute_output(test_env.testing_paths.lua .. " -e \"print(require('luarocks.cfg').arch)\"", false, test_env.env_variables) | 516 | test_env.platform = execute_output(test_env.testing_paths.lua .. " -e \"print(require('luarocks.core.cfg').arch)\"", false, test_env.env_variables) |
517 | test_env.lib_extension = execute_output(test_env.testing_paths.lua .. " -e \"print(require('luarocks.cfg').lib_extension)\"", false, test_env.env_variables) | 517 | test_env.lib_extension = execute_output(test_env.testing_paths.lua .. " -e \"print(require('luarocks.core.cfg').lib_extension)\"", false, test_env.env_variables) |
518 | test_env.md5sums = create_md5sums(test_env.testing_paths) | 518 | test_env.md5sums = create_md5sums(test_env.testing_paths) |
519 | test_env.setup_done = true | 519 | test_env.setup_done = true |
520 | title("RUNNING TESTS") | 520 | title("RUNNING TESTS") |