From 0249874f4f24a08bf28d9eecb4ac26bccf2863e1 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja@tarantool.org> Date: Fri, 6 Jul 2012 17:29:58 +0400 Subject: [PATCH] Update the result file (forgot to update in the previous commit). --- test/box/lua.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/box/lua.result b/test/box/lua.result index 921feab4a3..33d34d5874 100644 --- a/test/box/lua.result +++ b/test/box/lua.result @@ -556,7 +556,7 @@ lua box.fiber.self():id() - old_id < 3 - true ... lua box.fiber.cancel(box.fiber.self()) -lua box.fiber.self():id() - old_id < 4 +lua box.fiber.self():id() - old_id < 5 --- - true ... -- GitLab