diff options
author | Hisham <hisham@gobolinux.org> | 2016-10-18 17:59:19 -0400 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-10-18 17:59:19 -0400 |
commit | 2f67a04c91c5088d78d5f18013dded4f89382ff3 (patch) | |
tree | aeac6013eaea7569546cbe34d2efbbd32dd4ebb6 /test | |
parent | bcd4344e557476e00e10796f6f82927904c23c88 (diff) | |
download | luarocks-2f67a04c91c5088d78d5f18013dded4f89382ff3.tar.gz luarocks-2f67a04c91c5088d78d5f18013dded4f89382ff3.tar.bz2 luarocks-2f67a04c91c5088d78d5f18013dded4f89382ff3.zip |
Test case for issue #268
Diffstat (limited to 'test')
-rw-r--r-- | test/test_environment.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_environment.lua b/test/test_environment.lua index 87401a90..1d0b0c32 100644 --- a/test/test_environment.lua +++ b/test/test_environment.lua | |||
@@ -514,6 +514,7 @@ function test_env.setup_specs(extra_rocks) | |||
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.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.md5sums = create_md5sums(test_env.testing_paths) | 518 | test_env.md5sums = create_md5sums(test_env.testing_paths) |
518 | test_env.setup_done = true | 519 | test_env.setup_done = true |
519 | title("RUNNING TESTS") | 520 | title("RUNNING TESTS") |