Skip to content
Snippets Groups Projects
Commit 41bc7a99 authored by Eugine Blikh's avatar Eugine Blikh
Browse files

Fix for Tests of Fix for Bug#1200228

parent ce3cc9eb
No related branches found
No related tags found
No related merge requests found
......@@ -275,6 +275,6 @@ print """
# Test for correct little-endian comparison of integer fields.
# (unsigned)
#"""
exec admin "lua for i = 1, 300 do box.insert(2, i, i) print(box.space[2].index[0]:max()) end"
exec admin "lua box.space[2]:select_range(0, 300)"
exec admin "lua box.space[2]:truncate()"
admin("lua for i = 1, 300 do box.insert(2, i, i) print(box.space[2].index[0]:max()) end")
admin("lua box.space[2]:select_range(0, 300)")
admin("lua box.space[2]:truncate()")
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