From 3068be16bd26d5228ae5b2205bf96b7229462ed2 Mon Sep 17 00:00:00 2001
From: Eugine Blikh <bigbes@gmail.com>
Date: Fri, 19 Jul 2013 20:58:28 +0400
Subject: [PATCH] Move net_sql.*.tests to box_lua folder. Prepare to move them
 to lua

---
 test/{box => box_lua}/net_sql.mysql.result   | 0
 test/{box => box_lua}/net_sql.mysql.skipcond | 0
 test/{box => box_lua}/net_sql.mysql.test     | 0
 test/{box => box_lua}/net_sql.pg.result      | 0
 test/{box => box_lua}/net_sql.pg.skipcond    | 0
 test/{box => box_lua}/net_sql.pg.test        | 0
 6 files changed, 0 insertions(+), 0 deletions(-)
 rename test/{box => box_lua}/net_sql.mysql.result (100%)
 rename test/{box => box_lua}/net_sql.mysql.skipcond (100%)
 rename test/{box => box_lua}/net_sql.mysql.test (100%)
 rename test/{box => box_lua}/net_sql.pg.result (100%)
 rename test/{box => box_lua}/net_sql.pg.skipcond (100%)
 rename test/{box => box_lua}/net_sql.pg.test (100%)

diff --git a/test/box/net_sql.mysql.result b/test/box_lua/net_sql.mysql.result
similarity index 100%
rename from test/box/net_sql.mysql.result
rename to test/box_lua/net_sql.mysql.result
diff --git a/test/box/net_sql.mysql.skipcond b/test/box_lua/net_sql.mysql.skipcond
similarity index 100%
rename from test/box/net_sql.mysql.skipcond
rename to test/box_lua/net_sql.mysql.skipcond
diff --git a/test/box/net_sql.mysql.test b/test/box_lua/net_sql.mysql.test
similarity index 100%
rename from test/box/net_sql.mysql.test
rename to test/box_lua/net_sql.mysql.test
diff --git a/test/box/net_sql.pg.result b/test/box_lua/net_sql.pg.result
similarity index 100%
rename from test/box/net_sql.pg.result
rename to test/box_lua/net_sql.pg.result
diff --git a/test/box/net_sql.pg.skipcond b/test/box_lua/net_sql.pg.skipcond
similarity index 100%
rename from test/box/net_sql.pg.skipcond
rename to test/box_lua/net_sql.pg.skipcond
diff --git a/test/box/net_sql.pg.test b/test/box_lua/net_sql.pg.test
similarity index 100%
rename from test/box/net_sql.pg.test
rename to test/box_lua/net_sql.pg.test
-- 
GitLab