diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-01 21:28:36 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-01 22:54:08 -0300 |
commit | 121ba1ace77b0dbe4b35d25fcb88ece8606ec685 (patch) | |
tree | 38d22460f8b4335aab2d433c656b527ef8d749f9 /spec/util/test_env.lua | |
parent | d5eae550c9368bd07008104bdecbcc5eb28814e2 (diff) | |
download | luarocks-121ba1ace77b0dbe4b35d25fcb88ece8606ec685.tar.gz luarocks-121ba1ace77b0dbe4b35d25fcb88ece8606ec685.tar.bz2 luarocks-121ba1ace77b0dbe4b35d25fcb88ece8606ec685.zip |
Tests: improve isolation of tests
Diffstat (limited to 'spec/util/test_env.lua')
-rw-r--r-- | spec/util/test_env.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/util/test_env.lua b/spec/util/test_env.lua index 60162ee3..51893e83 100644 --- a/spec/util/test_env.lua +++ b/spec/util/test_env.lua | |||
@@ -120,6 +120,7 @@ function test_env.execute_helper(command, print_command, env_variables) | |||
120 | "LUA_CPATH_5_2", | 120 | "LUA_CPATH_5_2", |
121 | "LUA_PATH_5_3", | 121 | "LUA_PATH_5_3", |
122 | "LUA_CPATH_5_3", | 122 | "LUA_CPATH_5_3", |
123 | "LUAROCKS_SYSCONFDIR", | ||
123 | } | 124 | } |
124 | 125 | ||
125 | if env_variables then | 126 | if env_variables then |