Skip to content

Commit

Permalink
test: reset readline configuration for justrun too
Browse files Browse the repository at this point in the history
We already reset readline configuration in interactive_tarantool.lua.
In particular this fixes gh_8613_new_cli_behaviour_test run with my custom
.inputrc.

Follows up ground works done for tarantool#7774

NO_DOC=test harness
NO_TEST=test harness
NO_CHANGELOG=test harness
  • Loading branch information
nshy committed Jul 17, 2023
1 parent 054526a commit d36ca0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/justrun.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit d36ca0a

Please sign in to comment.