aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/upload_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/upload_spec.lua b/spec/upload_spec.lua
index 8b3e0433..6ec8e302 100644
--- a/spec/upload_spec.lua
+++ b/spec/upload_spec.lua
@@ -50,7 +50,7 @@ describe("LuaRocks upload tests #blackbox #b_upload", function()
50 50
51 describe("LuaRocks upload tests with Xavante server #mock", function() 51 describe("LuaRocks upload tests with Xavante server #mock", function()
52 before_each(function() 52 before_each(function()
53 assert.is.truthy(test_env.need_rock("restserver-xavante")) 53 assert.is_true(test_env.need_rock("restserver-xavante"))
54 local final_command = test_env.execute_helper(testing_paths.lua .. " " .. testing_paths.testing_dir .. "/mock-server.lua &", true, test_env.env_variables) 54 local final_command = test_env.execute_helper(testing_paths.lua .. " " .. testing_paths.testing_dir .. "/mock-server.lua &", true, test_env.env_variables)
55 os.execute(final_command) 55 os.execute(final_command)
56 end) 56 end)