From: Dmitry Volyntsev Date: Wed, 5 Apr 2023 05:19:49 +0000 (-0700) Subject: Tests: improved shell_test portability to different environments. X-Git-Tag: 0.7.12~1 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=873f4b412f6279f880a9580f9fb4fb55b867e4d4;p=njs.git Tests: improved shell_test portability to different environments. --- diff --git a/auto/expect b/auto/expect index db9bb859..f3fa73c5 100644 --- a/auto/expect +++ b/auto/expect @@ -22,6 +22,7 @@ if [ $njs_found = yes -a $NJS_HAVE_READLINE = YES ]; then 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 END