diff options
Diffstat (limited to 'spec/config_spec.lua')
-rw-r--r-- | spec/config_spec.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/config_spec.lua b/spec/config_spec.lua index f6cabd8c..a7842811 100644 --- a/spec/config_spec.lua +++ b/spec/config_spec.lua | |||
@@ -2,7 +2,6 @@ local test_env = require("test/test_environment") | |||
2 | local lfs = require("lfs") | 2 | local lfs = require("lfs") |
3 | 3 | ||
4 | test_env.unload_luarocks() | 4 | test_env.unload_luarocks() |
5 | local cfg = require("luarocks.cfg") | ||
6 | 5 | ||
7 | expose("LuaRocks config tests #blackbox #b_config", function() | 6 | expose("LuaRocks config tests #blackbox #b_config", function() |
8 | 7 | ||
@@ -87,4 +86,4 @@ expose("LuaRocks config tests #blackbox #b_config", function() | |||
87 | test_env.remove_dir(testing_paths.testing_lrprefix) | 86 | test_env.remove_dir(testing_paths.testing_lrprefix) |
88 | end) | 87 | end) |
89 | end) | 88 | end) |
90 | end) \ No newline at end of file | 89 | end) |