Skip to content
Snippets Groups Projects
Commit 8524d15c authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Update lua.test to pass on Mac OS X (minor issue with fiber id).

parent 144f0c68
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ exec admin "lua old_id = f:id()"
exec admin "lua box.fiber.cancel(f)"
exec admin "lua box.fiber.self():id() - old_id < 3"
exec admin "lua box.fiber.cancel(box.fiber.self())"
exec admin "lua box.fiber.self():id() - old_id < 4"
exec admin "lua box.fiber.self():id() - old_id < 5"
exec admin "lua g = box.fiber.self()"
exec admin "lua f==g"
exec admin "lua function r() f = box.fiber.create(r) return (box.fiber.resume(f)) end"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment