From 20cdf1ca3cd05dd444abd4aa978d63bdb825c5e8 Mon Sep 17 00:00:00 2001
From: Yaroslav Lobankov <y.lobankov@tarantool.org>
Date: Fri, 16 Dec 2022 20:56:55 +0400
Subject: [PATCH] test: mv interactive_tarantool.lua to ./test/ dir

The ./test/luatest_helpers/interactive_tarantool.lua module is not
a luatest helper. So moving it to the ./test/ dir and removing empty
./test/luatest_helpers/.

NO_DOC=testing stuff
NO_TEST=testing stuff
NO_CHANGELOG=testing stuff

(cherry picked from commit 5493db7c7402b6ff6a6b818500a999cbf7a4df5f)
---
 test/{luatest_helpers => }/interactive_tarantool.lua | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename test/{luatest_helpers => }/interactive_tarantool.lua (100%)

diff --git a/test/luatest_helpers/interactive_tarantool.lua b/test/interactive_tarantool.lua
similarity index 100%
rename from test/luatest_helpers/interactive_tarantool.lua
rename to test/interactive_tarantool.lua
-- 
GitLab