From: Dmitry Volyntsev Date: Thu, 21 Sep 2023 02:19:58 +0000 (-0700) Subject: Shell: improved shell_test. X-Git-Tag: 0.8.2~22 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=49b27a391fb50576b68e882d68f9529caf8d0967;p=njs.git 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. --- 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