changeset 2081:da32f93aa990

Tests: improved shell_test portability to different environments.
author Dmitry Volyntsev <xeioex@nginx.com>
date Tue, 04 Apr 2023 22:19:49 -0700
parents 294b69d82ea4
children a1faa64d4972
files auto/expect
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/auto/expect	Tue Apr 04 22:19:48 2023 -0700
+++ b/auto/expect	Tue Apr 04 22:19:49 2023 -0700
@@ -22,6 +22,7 @@
 
 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