diff options
Diffstat (limited to 'spec/util_spec.lua')
-rw-r--r-- | spec/util_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/util_spec.lua b/spec/util_spec.lua index 3aa8fbf5..209dae6f 100644 --- a/spec/util_spec.lua +++ b/spec/util_spec.lua | |||
@@ -53,9 +53,9 @@ describe("Basic tests #blackbox #b_util", function() | |||
53 | it("LuaRocks only server=testing", function() | 53 | it("LuaRocks only server=testing", function() |
54 | assert.is.truthy(run.luarocks("--only-server=testing")) | 54 | assert.is.truthy(run.luarocks("--only-server=testing")) |
55 | end) | 55 | end) |
56 | 56 | ||
57 | it("LuaRocks test site config", function() | 57 | it("#only LuaRocks test site config", function() |
58 | local scname = "src/luarocks/core/site_config_"..test_env.lua_version:gsub("%.", "_")..".lua" | 58 | local scname = testing_paths.src_dir .. "/luarocks/core/site_config_"..test_env.lua_version:gsub("%.", "_")..".lua" |
59 | 59 | ||
60 | assert.is.truthy(os.rename(scname, scname..".tmp")) | 60 | assert.is.truthy(os.rename(scname, scname..".tmp")) |
61 | assert.is.falsy(lfs.attributes(scname)) | 61 | assert.is.falsy(lfs.attributes(scname)) |