diff --git a/test/app-luatest/gh_4317_console_backslash_test.lua b/test/app-luatest/gh_4317_console_backslash_test.lua
index c1dae61736f856ecd61b23b8ace8695b3e5881a4..ce7a264fccebe3f6340384f5248ba854b22c2623 100644
--- a/test/app-luatest/gh_4317_console_backslash_test.lua
+++ b/test/app-luatest/gh_4317_console_backslash_test.lua
@@ -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')