From 873f4b412f6279f880a9580f9fb4fb55b867e4d4 Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Tue, 4 Apr 2023 22:19:49 -0700 Subject: [PATCH] Tests: improved shell_test portability to different environments. --- auto/expect | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3