test/env: multibyte env var to child process

Note: the test fails on non-Windows CI (Travis linux, Quickbuild bsd):
even on master before the env.c changes in this patch-series.
Maybe the unix part of printenv-test.c needs to be revisited.

Signed-off-by: Justin M. Keyes <justinkz@gmail.com>
This commit is contained in:
erw7
2019-02-28 08:34:10 +01:00
committed by Justin M. Keyes
parent 900e96781f
commit 67535b5940
4 changed files with 88 additions and 1 deletions

View File

@@ -751,6 +751,7 @@ local module = {
hasenv = hasenv,
hexdump = hexdump,
intchar2lua = intchar2lua,
isCI = isCI,
map = map,
matches = matches,
mergedicts_copy = mergedicts_copy,