Skip to content

Commit

Permalink
test: fix 4317_console_backslash_test to use defaut .inputrc
Browse files Browse the repository at this point in the history
Currently test can fail if in developer environment .inputrc is custom.

Follow-up tarantool#4317

NO_TEST=test fix
NO_DOC=test fix
NO_CHANGELOG=test fix
  • Loading branch information
nshy committed Mar 30, 2023
1 parent 73e5909 commit 46091dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app-luatest/gh_4317_console_backslash_test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ g.test_using_backslash_on_local_console = function()
[[bbb\n]] ..
[=[]])]=]

local cmd = "printf '%s' | %s -i 2>/dev/null"
local cmd = "printf '%s' | INPUTRC=/dev/null %s -i 2>/dev/null"
cmd = (cmd):format(tarantool_command, TARANTOOL_PATH)
local fh = io.popen(cmd, 'r')

Expand Down

0 comments on commit 46091dd

Please sign in to comment.