From 9d2aa4c3811e2601d4069ac7ddddfaff06fb9b26 Mon Sep 17 00:00:00 2001
From: Roman Tsisyk <roman@tsisyk.com>
Date: Thu, 19 May 2016 19:04:50 +0300
Subject: [PATCH] phia: update box/alter.result after removing `mmap` option

---
 test/box/alter.result | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/box/alter.result b/test/box/alter.result
index ed785df67c..dde3c681d9 100644
--- a/test/box/alter.result
+++ b/test/box/alter.result
@@ -428,7 +428,7 @@ index = s:create_index('primary', {unique = true, parts = 'bug'})
 ...
 index = s:create_index('test', {unique = true, parts = {1, 'NUM'}, mmap = true})
 ---
-- error: 'Wrong index options (field 4): ''mmap'' must be unsigned int'
+- error: 'Wrong index options (field 4): unexpected option ''mmap'''
 ...
 s:drop()
 ---
-- 
GitLab