aboutsummaryrefslogtreecommitdiff
path: root/test/helpers.lua
diff options
context:
space:
mode:
authorerw7 <erw7.github@gmail.com>2019-02-28 08:34:10 +0100
committerJustin M. Keyes <justinkz@gmail.com>2019-02-28 22:40:11 +0100
commit67535b5940b70de327d1a9ce6af4a311406eb62f (patch)
tree619ef6060c6d1d462cba715724fe4fdd246eb5be /test/helpers.lua
parent900e96781f09f5e4d6b89be07391b35fcec1d1f4 (diff)
downloadrneovim-67535b5940b70de327d1a9ce6af4a311406eb62f.tar.gz
rneovim-67535b5940b70de327d1a9ce6af4a311406eb62f.tar.bz2
rneovim-67535b5940b70de327d1a9ce6af4a311406eb62f.zip
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>
Diffstat (limited to 'test/helpers.lua')
-rw-r--r--test/helpers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/helpers.lua b/test/helpers.lua
index 59da274e87..7c3654680a 100644
--- a/test/helpers.lua
+++ b/test/helpers.lua
@@ -751,6 +751,7 @@ local module = {
hasenv = hasenv,
hexdump = hexdump,
intchar2lua = intchar2lua,
+ isCI = isCI,
map = map,
matches = matches,
mergedicts_copy = mergedicts_copy,