From 49b27a391fb50576b68e882d68f9529caf8d0967 Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Wed, 20 Sep 2023 19:19:58 -0700 Subject: [PATCH] Shell: improved shell_test. Setting more appropriate env variables for libedit since we moved to libedit as a default readline library in 0.8.0. --- auto/expect | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/auto/expect b/auto/expect index f3fa73c5..193f42a0 100644 --- a/auto/expect +++ b/auto/expect @@ -21,9 +21,8 @@ if [ $njs_found = yes -a $NJS_HAVE_READLINE = YES ]; then cat << END >> $NJS_MAKEFILE shell_test: njs test/shell_test.exp - INPUTRC=test/inputrc PATH=$NJS_BUILD_DIR:\$(PATH) \ - LANG=en_US.UTF-8 TERM= \ - expect -f test/shell_test.exp + PATH=$NJS_BUILD_DIR:\$(PATH) LANG=C.UTF-8 TERM=screen \ + expect -f test/shell_test.exp END else -- 2.47.3