]> git.kaiwu.me - njs.git/commitdiff
Tests: improved shell_test portability to different environments.
authorDmitry Volyntsev <xeioex@nginx.com>
Wed, 5 Apr 2023 05:19:49 +0000 (22:19 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Wed, 5 Apr 2023 05:19:49 +0000 (22:19 -0700)
auto/expect

index db9bb859977e93ec2b36f6bd61d738e44d499cdb..f3fa73c5599ec04d3e9cf901f1acf742096ae9e0 100644 (file)
@@ -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