diff --git a/test/justrun.lua b/test/justrun.lua index 5a6ad5decba84..260740046bbe7 100644 --- a/test/justrun.lua +++ b/test/justrun.lua @@ -72,6 +72,7 @@ function justrun.tarantool(dir, env, args, opts) local opts = opts or {} assert(type(opts) == 'table') + env['INPUTRC'] = '/dev/null' local tarantool_exe = arg[-1] -- Use popen.shell() instead of popen.new() due to lack of -- cwd option in popen (gh-5633).