aboutsummaryrefslogtreecommitdiff
path: root/spec/util
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-07-01 21:28:36 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-07-01 22:54:08 -0300
commit121ba1ace77b0dbe4b35d25fcb88ece8606ec685 (patch)
tree38d22460f8b4335aab2d433c656b527ef8d749f9 /spec/util
parentd5eae550c9368bd07008104bdecbcc5eb28814e2 (diff)
downloadluarocks-121ba1ace77b0dbe4b35d25fcb88ece8606ec685.tar.gz
luarocks-121ba1ace77b0dbe4b35d25fcb88ece8606ec685.tar.bz2
luarocks-121ba1ace77b0dbe4b35d25fcb88ece8606ec685.zip
Tests: improve isolation of tests
Diffstat (limited to 'spec/util')
-rw-r--r--spec/util/test_env.lua1
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